#266eb6

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

Shades of Denim #266EB6

Tints of Denim #266EB6

Color information

#266EB6 (or 0x266EB6) is unknown color: approx Denim. HEX triplet: 26, 6E and B6. RGB value is (38,110,182). Sum of RGB (Red+Green+Blue) = 38+110+182=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #266EB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266EB6 is #D99149. Grayscale: #606060. Windows color (decimal): -14258506 or 11955750. OLE color: 11955750.

HSL color Cylindrical-coordinate representation of color #266EB6: hue angle of 210º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #266EB6 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB38110182-
CMYK0.790.4000.29
HSL210º65.45%43.14%-
HSV(B)210º79.12%71.37%-
XYZ14.8214.9446.36-
YUV96.68176.1586.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.52%
GREEN value IS 110 (43.36% from 255) = 33.33%
BLUE value IS 182 (71.48% from 255) = 55.15%
R=11.52%
G=33.33%
B=55.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal381101820.790.4000.2921065.4543.14
Hex266EB64F2801Dd2412b
Octal461562661175003532210153
Binary1001101101110101101101001111101000011101110100101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266eb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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