Html Css Color HEX #373270 Deep Koamaru

📋 copy color: '#373270'

red 55 ◦ green 50 ◦ blue 112

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

Shades of Deep Koamaru #373270

Tints of Deep Koamaru #373270

RGB

 RED value IS 55 (21.88% from 255) = 25.35%

 GREEN value IS 50 (19.92% from 255) = 23.04%

 BLUE value IS 112 (44.14% from 255) = 51.61%

R = 25.35%
G = 23.04%
B = 51.61%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#373270 (or 0x373270) is known color: Deep Koamaru. HEX triplet: 37, 32 and 70. RGB value is (55,50,112). Sum of RGB (Red+Green+Blue) = 55+50+112=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #373270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373270 is #C8CD8F. Grayscale: #3A3A3A. Windows color (decimal): -13159824 or 7352887. OLE color: 7352887.

HSL color Cylindrical-coordinate representation of color #373270: hue angle of 244.84º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #373270 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 50 112 -
CMYK 0.51 0.55 0 0.56
HSL 244.84º 0.38% 0.32% -
HSV(B) 244.84º 0.55% 0.44% -
XYZ 5.64 4.26 15.85 -
YUV 58.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 55 50 112 0.51 0.55 0 0.56 244.84 0.38 0.32
Hex 37 32 70 33 37 0 38 F5 26 20
Octal 67 62 160 63 67 0 70 365 46 40
Binary 110111 110010 1110000 110011 110111 0 111000 11110101 100110 100000

Color Harmonies of #373270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373270

Black with #373270

Text Example


Text Example

White with #373270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373270; }

 p { color: rgb(55,50,112); }

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

background-color css

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

 a { background-color: rgb(55,50,112); }

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

border-color css

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

 span { border-color: rgb(55,50,112); }

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