Html Css Color HEX #37316C Deep Koamaru

📋 copy color: '#37316C'

red 55 ◦ green 49 ◦ blue 108

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

Shades of Deep Koamaru #37316C

Tints of Deep Koamaru #37316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.94%

R = 25.94%
G = 23.11%
B = 50.94%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#37316C (or 0x37316C) is known color: Deep Koamaru. HEX triplet: 37, 31 and 6C. RGB value is (55,49,108). Sum of RGB (Red+Green+Blue) = 55+49+108=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #37316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37316C is #C8CE93. Grayscale: #393939. Windows color (decimal): -13160084 or 7090487. OLE color: 7090487.

HSL color Cylindrical-coordinate representation of color #37316C: hue angle of 246.1º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37316C is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 49 108 -
CMYK 0.49 0.55 0 0.58
HSL 246.1º 0.38% 0.31% -
HSV(B) 246.1º 0.55% 0.42% -
XYZ 5.38 4.09 14.69 -
YUV 57.52 156.49 126.2 -
System Red Green Blue C M Y K H S L
Decimal 55 49 108 0.49 0.55 0 0.58 246.1 0.38 0.31
Hex 37 31 6C 31 37 0 3A F6 26 1F
Octal 67 61 154 61 67 0 72 366 46 37
Binary 110111 110001 1101100 110001 110111 0 111010 11110110 100110 11111

Color Harmonies of #37316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37316C

Black with #37316C

Text Example


Text Example

White with #37316C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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