#373570

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

Shades of Deep Koamaru #373570

Tints of Deep Koamaru #373570

Color information

#373570 (or 0x373570) is unknown color: approx Deep Koamaru. HEX triplet: 37, 35 and 70. RGB value is (55,53,112). Sum of RGB (Red+Green+Blue) = 55+53+112=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #373570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373570 is #C8CA8F. Grayscale: #3C3C3C. Windows color (decimal): -13159056 or 7353655. OLE color: 7353655.

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

Color convert

RGB5553112-
CMYK0.510.5300.56
HSL242.03º35.76%32.35%-
HSV(B)242.03º52.68%43.92%-
XYZ5.774.5315.9-
YUV60.32157.16124.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 112 (44.14% from 255) = 50.91%
R=25%
G=24.09%
B=50.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55531120.510.5300.56242.0335.7632.35
Hex3735703335038f22420
Octal676516063650703624440
Binary1101111101011110000110011110101011100011110010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373570; }

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

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

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

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

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

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

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

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