Html Css Color HEX #37316F Deep Koamaru

📋 copy color: '#37316F'

red 55 ◦ green 49 ◦ blue 111

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

Shades of Deep Koamaru #37316F

Tints of Deep Koamaru #37316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 51.63%

R = 25.58%
G = 22.79%
B = 51.63%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#37316F (or 0x37316F) is known color: Deep Koamaru. HEX triplet: 37, 31 and 6F. RGB value is (55,49,111). Sum of RGB (Red+Green+Blue) = 55+49+111=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #37316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37316F is #C8CE90. Grayscale: #393939. Windows color (decimal): -13160081 or 7287095. OLE color: 7287095.

HSL color Cylindrical-coordinate representation of color #37316F: hue angle of 245.81º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37316F is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 49 111 -
CMYK 0.50 0.56 0 0.56
HSL 245.81º 0.39% 0.31% -
HSV(B) 245.81º 0.56% 0.44% -
XYZ 5.54 4.16 15.55 -
YUV 57.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 55 49 111 0.50 0.56 0 0.56 245.81 0.39 0.31
Hex 37 31 6F 32 38 0 38 F6 27 1F
Octal 67 61 157 62 70 0 70 366 47 37
Binary 110111 110001 1101111 110010 111000 0 111000 11110110 100111 11111

Color Harmonies of #37316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37316F

Black with #37316F

Text Example


Text Example

White with #37316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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