#2569C8

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

Shades of Denim #2569C8

Tints of Denim #2569C8

Color information

#2569C8 (or 0x2569C8) is unknown color: approx Denim. HEX triplet: 25, 69 and C8. RGB value is (37,105,200). Sum of RGB (Red+Green+Blue) = 37+105+200=342 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.82% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 200 (78.52% from 255 or 58.48% from 342); Max value from RGB is 200 - color contains mainly: blue. Hex color #2569C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2569C8 is #DA9637. Grayscale: #5F5F5F. Windows color (decimal): -14325304 or 13134117. OLE color: 13134117.

HSL color Cylindrical-coordinate representation of color #2569C8: hue angle of 214.97º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2569C8 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB37105200-
CMYK0.820.4800.22
HSL214.97º68.78%46.47%-
HSV(B)214.97º81.5%78.43%-
XYZ16.2414.6756.62-
YUV95.5186.9786.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.82%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 200 (78.52% from 255) = 58.48%
R=10.82%
G=30.70%
B=58.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal371052000.820.4800.22214.9768.7846.47
Hex2569C85230016d7452e
Octal451513101226002632710556
Binary1001011101001110010001010010110000010110110101111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2569C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2569C8; }

 p { color: rgb(37,105,200); }

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

<style>
 a { background-color: #2569C8; }

 a { background-color: rgb(37,105,200); }

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

<style>
 span { border-color: #2569C8; }

 span { border-color: rgb(37,105,200); }

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