#2578CD

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

Shades of Denim #2578CD

Tints of Denim #2578CD

Color information

#2578CD (or 0x2578CD) is unknown color: approx Denim. HEX triplet: 25, 78 and CD. RGB value is (37,120,205). Sum of RGB (Red+Green+Blue) = 37+120+205=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #2578CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2578CD is #DA8732. Grayscale: #686868. Windows color (decimal): -14321459 or 13465637. OLE color: 13465637.

HSL color Cylindrical-coordinate representation of color #2578CD: hue angle of 210.36º degrees, saturation: 0.69, 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 #2578CD is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB37120205-
CMYK0.820.4100.20
HSL210.36º69.42%47.45%-
HSV(B)210.36º81.95%80.39%-
XYZ18.518.2360.3-
YUV104.87184.579.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.22%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 205 (80.47% from 255) = 56.63%
R=10.22%
G=33.15%
B=56.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal371202050.820.4100.20210.3669.4247.45
Hex2578CD5229014d2452f
Octal451703151225102432210557
Binary1001011111000110011011010010101001010100110100101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2578CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2578CD; }

 p { color: rgb(37,120,205); }

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

<style>
 a { background-color: #2578CD; }

 a { background-color: rgb(37,120,205); }

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

<style>
 span { border-color: #2578CD; }

 span { border-color: rgb(37,120,205); }

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