Html Css Color HEX #373272 Deep Koamaru

📋 copy color: '#373272'

red 55 ◦ green 50 ◦ blue 114

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

Shades of Deep Koamaru #373272

Tints of Deep Koamaru #373272

RGB

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

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

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

R = 25.11%
G = 22.83%
B = 52.05%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#373272 (or 0x373272) is known color: Deep Koamaru. HEX triplet: 37, 32 and 72. RGB value is (55,50,114). Sum of RGB (Red+Green+Blue) = 55+50+114=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #373272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373272 is #C8CD8D. Grayscale: #3A3A3A. Windows color (decimal): -13159822 or 7483959. OLE color: 7483959.

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

Color convert

RGB 55 50 114 -
CMYK 0.52 0.56 0 0.55
HSL 244.69º 0.39% 0.32% -
HSV(B) 244.69º 0.56% 0.45% -
XYZ 5.75 4.31 16.45 -
YUV 58.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 55 50 114 0.52 0.56 0 0.55 244.69 0.39 0.32
Hex 37 32 72 34 38 0 37 F5 27 20
Octal 67 62 162 64 70 0 67 365 47 40
Binary 110111 110010 1110010 110100 111000 0 110111 11110101 100111 100000

Color Harmonies of #373272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373272

Black with #373272

Text Example


Text Example

White with #373272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373272; }

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

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

background-color css

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

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

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

border-color css

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

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

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