#373275

Color #373275 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #373275

Tints of Deep Koamaru #373275

Color information

#373275 (or 0x373275) is unknown color: approx 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

RGB5550117-
CMYK0.530.5700.54
HSL244.48º40.12%32.75%-
HSV(B)244.48º57.26%45.88%-
XYZ5.934.3817.36-
YUV59.13160.66125.05-

RGB Variations

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

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.70%
R=24.77%
G=22.52%
B=52.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55501170.530.5700.54244.4840.1232.75
Hex3732753539036f42821
Octal676216565710663645041
Binary1101111100101110101110101111001011011011110100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>