#373070

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

Shades of Deep Koamaru #373070

Tints of Deep Koamaru #373070

Color information

#373070 (or 0x373070) is unknown color: approx Deep Koamaru. HEX triplet: 37, 30 and 70. RGB value is (55,48,112). Sum of RGB (Red+Green+Blue) = 55+48+112=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #373070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373070 is #C8CF8F. Grayscale: #393939. Windows color (decimal): -13160336 or 7352375. OLE color: 7352375.

HSL color Cylindrical-coordinate representation of color #373070: hue angle of 246.56º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #373070 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5548112-
CMYK0.510.5700.56
HSL246.56º40%31.37%-
HSV(B)246.56º57.14%43.92%-
XYZ5.564.115.83-
YUV57.39158.82126.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=25.58%
G=22.33%
B=52.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55481120.510.5700.56246.564031.37
Hex3730703339038f7281f
Octal676016063710703675037
Binary110111110000111000011001111100101110001111011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373070; }

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

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

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

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

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

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

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

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