#373473

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

Shades of Deep Koamaru #373473

Tints of Deep Koamaru #373473

Color information

#373473 (or 0x373473) is unknown color: approx Deep Koamaru. HEX triplet: 37, 34 and 73. RGB value is (55,52,115). Sum of RGB (Red+Green+Blue) = 55+52+115=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #373473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373473 is #C8CB8C. Grayscale: #3B3B3B. Windows color (decimal): -13159309 or 7550007. OLE color: 7550007.

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

Color convert

RGB5552115-
CMYK0.520.5500.55
HSL242.86º37.72%32.75%-
HSV(B)242.86º54.78%45.1%-
XYZ5.94.5116.78-
YUV60.08158.99124.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.77%
GREEN value IS 52 (20.70% from 255) = 23.42%
BLUE value IS 115 (45.31% from 255) = 51.80%
R=24.77%
G=23.42%
B=51.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55521150.520.5500.55242.8637.7232.75
Hex3734733437037f32621
Octal676416364670673634641
Binary1101111101001110011110100110111011011111110011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373473; }

 p { color: rgb(55,52,115); }

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

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

 a { background-color: rgb(55,52,115); }

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

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

 span { border-color: rgb(55,52,115); }

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