#372F75

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

Shades of Deep Koamaru #372F75

Tints of Deep Koamaru #372F75

Color information

#372F75 (or 0x372F75) is unknown color: approx Deep Koamaru. HEX triplet: 37, 2F and 75. RGB value is (55,47,117). Sum of RGB (Red+Green+Blue) = 55+47+117=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #372F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F75 is #C8D08A. Grayscale: #393939. Windows color (decimal): -13160587 or 7679799. OLE color: 7679799.

HSL color Cylindrical-coordinate representation of color #372F75: hue angle of 246.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #372F75 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5547117-
CMYK0.530.6000.54
HSL246.86º42.68%32.16%-
HSV(B)246.86º59.83%45.88%-
XYZ5.84.1317.32-
YUV57.37161.65126.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 47 (18.75% from 255) = 21.46%
BLUE value IS 117 (46.09% from 255) = 53.42%
R=25.11%
G=21.46%
B=53.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55471170.530.6000.54246.8642.6832.16
Hex372F75353C036f72b20
Octal675716565740663675340
Binary1101111011111110101110101111100011011011110111101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372F75; }

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

 H1.HeaderClassName
 {
   color: #372F75;
 }
 .AnyTagClassName
 {
   color: #372F75;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #372F75;
 }
 .BgClassName
 {
   background-color: #372F75;
 }
</style>
border-color css

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

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

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