Html Css Color HEX #2370CE Denim

📋 copy color: '#2370CE'

red 35 ◦ green 112 ◦ blue 206

#2370CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #2370CE

Tints of Denim #2370CE

RGB

 RED value IS 35 (14.06% from 255) = 9.92%

 GREEN value IS 112 (44.14% from 255) = 31.73%

 BLUE value IS 206 (80.86% from 255) = 58.36%

R = 9.92%
G = 31.73%
B = 58.36%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2370CE (or 0x2370CE) is known color: Denim. HEX triplet: 23, 70 and CE. RGB value is (35,112,206). Sum of RGB (Red+Green+Blue) = 35+112+206=353 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.92% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #2370CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2370CE is #DC8F31. Grayscale: #636363. Windows color (decimal): -14454578 or 13529123. OLE color: 13529123.

HSL color Cylindrical-coordinate representation of color #2370CE: hue angle of 212.98º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2370CE is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 112 206 -
CMYK 0.83 0.46 0 0.19
HSL 212.98º 0.71% 0.47% -
HSV(B) 212.98º 0.83% 0.81% -
XYZ 17.63 16.4 60.63 -
YUV 99.69 187.99 81.86 -
System Red Green Blue C M Y K H S L
Decimal 35 112 206 0.83 0.46 0 0.19 212.98 0.71 0.47
Hex 23 70 CE 53 2E 0 13 D5 47 2F
Octal 43 160 316 123 56 0 23 325 107 57
Binary 100011 1110000 11001110 1010011 101110 0 10011 11010101 1000111 101111

Color Harmonies of #2370CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2370CE

Black with #2370CE

Text Example


Text Example

White with #2370CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2370CE;
 }
 .AnyTagClassName
 {
   color: #2370CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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