#2874C9

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

Shades of Denim #2874C9

Tints of Denim #2874C9

Color information

#2874C9 (or 0x2874C9) is unknown color: approx Denim. HEX triplet: 28, 74 and C9. RGB value is (40,116,201). Sum of RGB (Red+Green+Blue) = 40+116+201=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 201 (78.91% from 255 or 56.30% from 357); Max value from RGB is 201 - color contains mainly: blue. Hex color #2874C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2874C9 is #D78B36. Grayscale: #666666. Windows color (decimal): -14125879 or 13202472. OLE color: 13202472.

HSL color Cylindrical-coordinate representation of color #2874C9: hue angle of 211.68º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2874C9 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB40116201-
CMYK0.800.4200.21
HSL211.68º66.8%47.25%-
HSV(B)211.68º80.1%78.82%-
XYZ17.6617.1657.64-
YUV102.97183.3283.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.20%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 201 (78.91% from 255) = 56.30%
R=11.20%
G=32.49%
B=56.30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal401162010.800.4200.21211.6866.847.25
Hex2874C9502A015d4432f
Octal501643111205202532410357
Binary1010001110100110010011010000101010010101110101001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2874C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2874C9; }

 p { color: rgb(40,116,201); }

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

<style>
 a { background-color: #2874C9; }

 a { background-color: rgb(40,116,201); }

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

<style>
 span { border-color: #2874C9; }

 span { border-color: rgb(40,116,201); }

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