#2466CB

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

Shades of Denim #2466CB

Tints of Denim #2466CB

Color information

#2466CB (or 0x2466CB) is unknown color: approx Denim. HEX triplet: 24, 66 and CB. RGB value is (36,102,203). Sum of RGB (Red+Green+Blue) = 36+102+203=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #2466CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2466CB is #DB9934. Grayscale: #5D5D5D. Windows color (decimal): -14391605 or 13329956. OLE color: 13329956.

HSL color Cylindrical-coordinate representation of color #2466CB: hue angle of 216.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2466CB is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB36102203-
CMYK0.820.5000.20
HSL216.29º69.87%46.86%-
HSV(B)216.29º82.27%79.61%-
XYZ16.2614.1958.38-
YUV93.78189.6386.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.56%
GREEN value IS 102 (40.23% from 255) = 29.91%
BLUE value IS 203 (79.69% from 255) = 59.53%
R=10.56%
G=29.91%
B=59.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal361022030.820.5000.20216.2969.8746.86
Hex2466CB5232014d8462f
Octal441463131226202433010657
Binary1001001100110110010111010010110010010100110110001000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2466CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2466CB; }

 p { color: rgb(36,102,203); }

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

<style>
 a { background-color: #2466CB; }

 a { background-color: rgb(36,102,203); }

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

<style>
 span { border-color: #2466CB; }

 span { border-color: rgb(36,102,203); }

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