#266DB6

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

Shades of Denim #266DB6

Tints of Denim #266DB6

Color information

#266DB6 (or 0x266DB6) is unknown color: approx Denim. HEX triplet: 26, 6D and B6. RGB value is (38,109,182). Sum of RGB (Red+Green+Blue) = 38+109+182=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #266DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266DB6 is #D99249. Grayscale: #5F5F5F. Windows color (decimal): -14258762 or 11955494. OLE color: 11955494.

HSL color Cylindrical-coordinate representation of color #266DB6: hue angle of 210.42º 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 #266DB6 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB38109182-
CMYK0.790.4000.29
HSL210.42º65.45%43.14%-
HSV(B)210.42º79.12%71.37%-
XYZ14.7114.7346.32-
YUV96.09176.4886.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.55%
GREEN value IS 109 (42.97% from 255) = 33.13%
BLUE value IS 182 (71.48% from 255) = 55.32%
R=11.55%
G=33.13%
B=55.32%

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
Decimal381091820.790.4000.29210.4265.4543.14
Hex266DB64F2801Dd2412b
Octal461552661175003532210153
Binary1001101101101101101101001111101000011101110100101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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