Html Css Color HEX #373372 Deep Koamaru

📋 copy color: '#373372'

red 55 ◦ green 51 ◦ blue 114

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

Shades of Deep Koamaru #373372

Tints of Deep Koamaru #373372

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.18%

 BLUE value IS 114 (44.92% from 255) = 51.82%

R = 25%
G = 23.18%
B = 51.82%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#373372 (or 0x373372) is known color: Deep Koamaru. HEX triplet: 37, 33 and 72. RGB value is (55,51,114). Sum of RGB (Red+Green+Blue) = 55+51+114=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #373372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373372 is #C8CC8D. Grayscale: #3B3B3B. Windows color (decimal): -13159566 or 7484215. OLE color: 7484215.

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

Color convert

RGB 55 51 114 -
CMYK 0.52 0.55 0 0.55
HSL 243.81º 0.38% 0.32% -
HSV(B) 243.81º 0.55% 0.45% -
XYZ 5.8 4.39 16.46 -
YUV 59.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 55 51 114 0.52 0.55 0 0.55 243.81 0.38 0.32
Hex 37 33 72 34 37 0 37 F4 26 20
Octal 67 63 162 64 67 0 67 364 46 40
Binary 110111 110011 1110010 110100 110111 0 110111 11110100 100110 100000

Color Harmonies of #373372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373372

Black with #373372

Text Example


Text Example

White with #373372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373372; }

 p { color: rgb(55,51,114); }

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

background-color css

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

 a { background-color: rgb(55,51,114); }

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

border-color css

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

 span { border-color: rgb(55,51,114); }

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