#2379D6

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

Shades of Denim #2379D6

Tints of Denim #2379D6

Color information

#2379D6 (or 0x2379D6) is unknown color: approx Denim. HEX triplet: 23, 79 and D6. RGB value is (35,121,214). Sum of RGB (Red+Green+Blue) = 35+121+214=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 214 (83.98% from 255 or 57.84% from 370); Max value from RGB is 214 - color contains mainly: blue. Hex color #2379D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2379D6 is #DC8629. Grayscale: #696969. Windows color (decimal): -14452266 or 14055715. OLE color: 14055715.

HSL color Cylindrical-coordinate representation of color #2379D6: hue angle of 211.17º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2379D6 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB35121214-
CMYK0.840.4300.16
HSL211.17º71.89%48.82%-
HSV(B)211.17º83.64%83.92%-
XYZ19.6718.8966.23-
YUV105.89189.0177.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.46%
GREEN value IS 121 (47.66% from 255) = 32.70%
BLUE value IS 214 (83.98% from 255) = 57.84%
R=9.46%
G=32.70%
B=57.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal351212140.840.4300.16211.1771.8948.82
Hex2379D6542B010d34831
Octal431713261245302032311061
Binary1000111111001110101101010100101011010000110100111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2379D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2379D6; }

 p { color: rgb(35,121,214); }

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

<style>
 a { background-color: #2379D6; }

 a { background-color: rgb(35,121,214); }

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

<style>
 span { border-color: #2379D6; }

 span { border-color: rgb(35,121,214); }

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