#2466C2

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

Shades of Denim #2466C2

Tints of Denim #2466C2

Color information

#2466C2 (or 0x2466C2) is unknown color: approx Denim. HEX triplet: 24, 66 and C2. RGB value is (36,102,194). Sum of RGB (Red+Green+Blue) = 36+102+194=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 194 (76.17% from 255 or 58.43% from 332); Max value from RGB is 194 - color contains mainly: blue. Hex color #2466C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2466C2 is #DB993D. Grayscale: #5C5C5C. Windows color (decimal): -14391614 or 12740132. OLE color: 12740132.

HSL color Cylindrical-coordinate representation of color #2466C2: hue angle of 214.94º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2466C2 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB36102194-
CMYK0.810.4700.24
HSL214.94º68.7%45.1%-
HSV(B)214.94º81.44%76.08%-
XYZ15.2213.7752.9-
YUV92.75185.1387.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.84%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 194 (76.17% from 255) = 58.43%
R=10.84%
G=30.72%
B=58.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal361021940.810.4700.24214.9468.745.1
Hex2466C2512F018d7452d
Octal441463021215703032710555
Binary1001001100110110000101010001101111011000110101111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2466C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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