#266EBA

Color #266EBA Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #266EBA

Tints of Denim #266EBA

Color information

#266EBA (or 0x266EBA) is unknown color: approx Denim. HEX triplet: 26, 6E and BA. RGB value is (38,110,186). Sum of RGB (Red+Green+Blue) = 38+110+186=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #266EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266EBA is #D99145. Grayscale: #606060. Windows color (decimal): -14258502 or 12217894. OLE color: 12217894.

HSL color Cylindrical-coordinate representation of color #266EBA: hue angle of 210.81º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #266EBA is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB38110186-
CMYK0.800.4100.27
HSL210.81º66.07%43.92%-
HSV(B)210.81º79.57%72.94%-
XYZ15.2415.1148.57-
YUV97.14178.1585.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 11.38%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 186 (73.05% from 255) = 55.69%
R=11.38%
G=32.93%
B=55.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal381101860.800.4100.27210.8166.0743.92
Hex266EBA502901Bd3422c
Octal461562721205103332310254
Binary1001101101110101110101010000101001011011110100111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266EBA; }

 p { color: rgb(38,110,186); }

 H1.HeaderClassName
 {
   color: #266EBA;
 }
 .AnyTagClassName
 {
   color: #266EBA;
 }
</style>
background-color css

<style>
 a { background-color: #266EBA; }

 a { background-color: rgb(38,110,186); }

 div.DivClassName
 {
   background-color: #266EBA;
 }
 .BgClassName
 {
   background-color: #266EBA;
 }
</style>
border-color css

<style>
 span { border-color: #266EBA; }

 span { border-color: rgb(38,110,186); }

 td.TdClassName
 {
   border-color: #266EBA;
 }
 .TagClassName
 {
   border-color: #266EBA;
 }
</style>