#373072

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

Shades of Deep Koamaru #373072

Tints of Deep Koamaru #373072

Color information

#373072 (or 0x373072) is unknown color: approx Deep Koamaru. HEX triplet: 37, 30 and 72. RGB value is (55,48,114). Sum of RGB (Red+Green+Blue) = 55+48+114=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #373072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373072 is #C8CF8D. Grayscale: #393939. Windows color (decimal): -13160334 or 7483447. OLE color: 7483447.

HSL color Cylindrical-coordinate representation of color #373072: hue angle of 246.36º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #373072 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5548114-
CMYK0.520.5800.55
HSL246.36º40.74%31.76%-
HSV(B)246.36º57.89%44.71%-
XYZ5.674.1416.42-
YUV57.62159.82126.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.35%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=25.35%
G=22.12%
B=52.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55481140.520.5800.55246.3640.7431.76
Hex373072343A037f62920
Octal676016264720673665140
Binary1101111100001110010110100111010011011111110110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373072; }

 p { color: rgb(55,48,114); }

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

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

 a { background-color: rgb(55,48,114); }

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

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

 span { border-color: rgb(55,48,114); }

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