Html Css Color HEX #373172 Deep Koamaru

📋 copy color: '#373172'

red 55 ◦ green 49 ◦ blue 114

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

Shades of Deep Koamaru #373172

Tints of Deep Koamaru #373172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.48%

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

R = 25.23%
G = 22.48%
B = 52.29%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#373172 (or 0x373172) is known color: Deep Koamaru. HEX triplet: 37, 31 and 72. RGB value is (55,49,114). Sum of RGB (Red+Green+Blue) = 55+49+114=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #373172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373172 is #C8CE8D. Grayscale: #393939. Windows color (decimal): -13160078 or 7483703. OLE color: 7483703.

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

Color convert

RGB 55 49 114 -
CMYK 0.52 0.57 0 0.55
HSL 245.54º 0.4% 0.32% -
HSV(B) 245.54º 0.57% 0.45% -
XYZ 5.71 4.22 16.43 -
YUV 58.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 55 49 114 0.52 0.57 0 0.55 245.54 0.4 0.32
Hex 37 31 72 34 39 0 37 F6 28 20
Octal 67 61 162 64 71 0 67 366 50 40
Binary 110111 110001 1110010 110100 111001 0 110111 11110110 101000 100000

Color Harmonies of #373172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373172

Black with #373172

Text Example


Text Example

White with #373172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373172; }

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

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

background-color css

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

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

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

border-color css

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

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

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