#2379D8

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

Shades of Denim #2379D8

Tints of Denim #2379D8

Color information

#2379D8 (or 0x2379D8) is unknown color: approx Denim. HEX triplet: 23, 79 and D8. RGB value is (35,121,216). Sum of RGB (Red+Green+Blue) = 35+121+216=372 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.41% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 216 (84.77% from 255 or 58.06% from 372); Max value from RGB is 216 - color contains mainly: blue. Hex color #2379D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2379D8 is #DC8627. Grayscale: #696969. Windows color (decimal): -14452264 or 14186787. OLE color: 14186787.

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

Color convert

RGB35121216-
CMYK0.840.4400.15
HSL211.49º72.11%49.22%-
HSV(B)211.49º83.8%84.71%-
XYZ19.9318.9967.58-
YUV106.12190.0177.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.41%
GREEN value IS 121 (47.66% from 255) = 32.53%
BLUE value IS 216 (84.77% from 255) = 58.06%
R=9.41%
G=32.53%
B=58.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal351212160.840.4400.15211.4972.1149.22
Hex2379D8542C0Fd34831
Octal431713301245401732311061
Binary100011111100111011000101010010110001111110100111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2379D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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