Html Css Color HEX #37316B Deep Koamaru

📋 copy color: '#37316B'

red 55 ◦ green 49 ◦ blue 107

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

Shades of Deep Koamaru #37316B

Tints of Deep Koamaru #37316B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 50.71%

R = 26.07%
G = 23.22%
B = 50.71%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#37316B (or 0x37316B) is known color: Deep Koamaru. HEX triplet: 37, 31 and 6B. RGB value is (55,49,107). Sum of RGB (Red+Green+Blue) = 55+49+107=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #37316B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37316B is #C8CE94. Grayscale: #393939. Windows color (decimal): -13160085 or 7024951. OLE color: 7024951.

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

Color convert

RGB 55 49 107 -
CMYK 0.49 0.54 0 0.58
HSL 246.21º 0.37% 0.31% -
HSV(B) 246.21º 0.54% 0.42% -
XYZ 5.33 4.07 14.41 -
YUV 57.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 55 49 107 0.49 0.54 0 0.58 246.21 0.37 0.31
Hex 37 31 6B 31 36 0 3A F6 25 1F
Octal 67 61 153 61 66 0 72 366 45 37
Binary 110111 110001 1101011 110001 110110 0 111010 11110110 100101 11111

Color Harmonies of #37316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37316B

Black with #37316B

Text Example


Text Example

White with #37316B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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