#373372

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

Shades of Deep Koamaru #373372

Tints of Deep Koamaru #373372

Color information

#373372 (or 0x373372) is unknown color: approx Deep Koamaru. HEX triplet: 37, 33 and 72. RGB value is (55,51,114). Sum of RGB (Red+Green+Blue) = 55+51+114=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #373372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373372 is #C8CC8D. Grayscale: #3B3B3B. Windows color (decimal): -13159566 or 7484215. OLE color: 7484215.

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

Color convert

RGB5551114-
CMYK0.520.5500.55
HSL243.81º38.18%32.35%-
HSV(B)243.81º55.26%44.71%-
XYZ5.84.3916.46-
YUV59.38158.83124.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25%
GREEN value IS 51 (20.31% from 255) = 23.18%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=25%
G=23.18%
B=51.82%

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
Decimal55511140.520.5500.55243.8138.1832.35
Hex3733723437037f42620
Octal676316264670673644640
Binary1101111100111110010110100110111011011111110100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373372; }

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

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

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

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

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

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

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

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