#2370D6

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

Shades of Denim #2370D6

Tints of Denim #2370D6

Color information

#2370D6 (or 0x2370D6) is unknown color: approx Denim. HEX triplet: 23, 70 and D6. RGB value is (35,112,214). Sum of RGB (Red+Green+Blue) = 35+112+214=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 214 (83.98% from 255 or 59.28% from 361); Max value from RGB is 214 - color contains mainly: blue. Hex color #2370D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2370D6 is #DC8F29. Grayscale: #646464. Windows color (decimal): -14454570 or 14053411. OLE color: 14053411.

HSL color Cylindrical-coordinate representation of color #2370D6: hue angle of 214.19º 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 #2370D6 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB35112214-
CMYK0.840.4800.16
HSL214.19º71.89%48.82%-
HSV(B)214.19º83.64%83.92%-
XYZ18.6216.865.88-
YUV100.6191.9981.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.70%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 214 (83.98% from 255) = 59.28%
R=9.70%
G=31.02%
B=59.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal351122140.840.4800.16214.1971.8948.82
Hex2370D65430010d64831
Octal431603261246002032611061
Binary1000111110000110101101010100110000010000110101101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2370D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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