Html Css Color HEX #373165 Deep Koamaru

📋 copy color: '#373165'

red 55 ◦ green 49 ◦ blue 101

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

Shades of Deep Koamaru #373165

Tints of Deep Koamaru #373165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 49.27%

R = 26.83%
G = 23.9%
B = 49.27%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#373165 (or 0x373165) is known color: Deep Koamaru. HEX triplet: 37, 31 and 65. RGB value is (55,49,101). Sum of RGB (Red+Green+Blue) = 55+49+101=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #373165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373165 is #C8CE9A. Grayscale: #383838. Windows color (decimal): -13160091 or 6631735. OLE color: 6631735.

HSL color Cylindrical-coordinate representation of color #373165: hue angle of 246.92º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #373165 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 49 101 -
CMYK 0.46 0.51 0 0.60
HSL 246.92º 0.35% 0.29% -
HSV(B) 246.92º 0.51% 0.4% -
XYZ 5.02 3.95 12.81 -
YUV 56.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 55 49 101 0.46 0.51 0 0.60 246.92 0.35 0.29
Hex 37 31 65 2E 33 0 3C F7 23 1D
Octal 67 61 145 56 63 0 74 367 43 35
Binary 110111 110001 1100101 101110 110011 0 111100 11110111 100011 11101

Color Harmonies of #373165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373165

Black with #373165

Text Example


Text Example

White with #373165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373165; }

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

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

background-color css

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

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

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

border-color css

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

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

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