Html Css Color HEX #373164 Deep Koamaru

📋 copy color: '#373164'

red 55 ◦ green 49 ◦ blue 100

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

Shades of Deep Koamaru #373164

Tints of Deep Koamaru #373164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 49.02%

R = 26.96%
G = 24.02%
B = 49.02%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#373164 (or 0x373164) is known color: Deep Koamaru. HEX triplet: 37, 31 and 64. RGB value is (55,49,100). Sum of RGB (Red+Green+Blue) = 55+49+100=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #373164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373164 is #C8CE9B. Grayscale: #383838. Windows color (decimal): -13160092 or 6566199. OLE color: 6566199.

HSL color Cylindrical-coordinate representation of color #373164: hue angle of 247.06º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #373164 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 49 100 -
CMYK 0.45 0.51 0 0.61
HSL 247.06º 0.34% 0.29% -
HSV(B) 247.06º 0.51% 0.39% -
XYZ 4.97 3.93 12.55 -
YUV 56.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 55 49 100 0.45 0.51 0 0.61 247.06 0.34 0.29
Hex 37 31 64 2D 33 0 3D F7 22 1D
Octal 67 61 144 55 63 0 75 367 42 35
Binary 110111 110001 1100100 101101 110011 0 111101 11110111 100010 11101

Color Harmonies of #373164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373164

Black with #373164

Text Example


Text Example

White with #373164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373164; }

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

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

background-color css

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

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

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

border-color css

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

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

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