Html Css Color HEX #2370BA Denim

📋 copy color: '#2370BA'

red 35 ◦ green 112 ◦ blue 186

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

Shades of Denim #2370BA

Tints of Denim #2370BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.86%

R = 10.51%
G = 33.63%
B = 55.86%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2370BA (or 0x2370BA) is known color: Denim. HEX triplet: 23, 70 and BA. RGB value is (35,112,186). Sum of RGB (Red+Green+Blue) = 35+112+186=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #2370BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2370BA is #DC8F45. Grayscale: #616161. Windows color (decimal): -14454598 or 12218403. OLE color: 12218403.

HSL color Cylindrical-coordinate representation of color #2370BA: hue angle of 209.4º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2370BA is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 112 186 -
CMYK 0.81 0.40 0 0.27
HSL 209.4º 0.68% 0.43% -
HSV(B) 209.4º 0.81% 0.73% -
XYZ 15.35 15.49 48.64 -
YUV 97.41 177.99 83.48 -
System Red Green Blue C M Y K H S L
Decimal 35 112 186 0.81 0.40 0 0.27 209.4 0.68 0.43
Hex 23 70 BA 51 28 0 1B D1 44 2B
Octal 43 160 272 121 50 0 33 321 104 53
Binary 100011 1110000 10111010 1010001 101000 0 11011 11010001 1000100 101011

Color Harmonies of #2370BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2370BA

Black with #2370BA

Text Example


Text Example

White with #2370BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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