Html Css Color HEX #373275 Deep Koamaru

📋 copy color: '#373275'

red 55 ◦ green 50 ◦ blue 117

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

Shades of Deep Koamaru #373275

Tints of Deep Koamaru #373275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.52%

 BLUE value IS 117 (46.09% from 255) = 52.7%

R = 24.77%
G = 22.52%
B = 52.7%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#373275 (or 0x373275) is known color: Deep Koamaru. HEX triplet: 37, 32 and 75. RGB value is (55,50,117). Sum of RGB (Red+Green+Blue) = 55+50+117=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #373275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373275 is #C8CD8A. Grayscale: #3A3A3A. Windows color (decimal): -13159819 or 7680567. OLE color: 7680567.

HSL color Cylindrical-coordinate representation of color #373275: hue angle of 244.48º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #373275 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 50 117 -
CMYK 0.53 0.57 0 0.54
HSL 244.48º 0.4% 0.33% -
HSV(B) 244.48º 0.57% 0.46% -
XYZ 5.93 4.38 17.36 -
YUV 59.13 160.66 125.05 -
System Red Green Blue C M Y K H S L
Decimal 55 50 117 0.53 0.57 0 0.54 244.48 0.4 0.33
Hex 37 32 75 35 39 0 36 F4 28 21
Octal 67 62 165 65 71 0 66 364 50 41
Binary 110111 110010 1110101 110101 111001 0 110110 11110100 101000 100001

Color Harmonies of #373275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373275

Black with #373275

Text Example


Text Example

White with #373275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373275; }

 p { color: rgb(55,50,117); }

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

background-color css

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

 a { background-color: rgb(55,50,117); }

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

border-color css

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

 span { border-color: rgb(55,50,117); }

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