#373361

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

Shades of Deep Koamaru #373361

Tints of Deep Koamaru #373361

Color information

#373361 (or 0x373361) is unknown color: approx Deep Koamaru. HEX triplet: 37, 33 and 61. RGB value is (55,51,97). Sum of RGB (Red+Green+Blue) = 55+51+97=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #373361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373361 is #C8CC9E. Grayscale: #393939. Windows color (decimal): -13159583 or 6370103. OLE color: 6370103.

HSL color Cylindrical-coordinate representation of color #373361: hue angle of 245.22º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #373361 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB555197-
CMYK0.430.4700.62
HSL245.22º31.08%29.02%-
HSV(B)245.22º47.42%38.04%-
XYZ4.924.0411.83-
YUV57.44150.33126.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=27.09%
G=25.12%
B=47.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5551970.430.4700.62245.2231.0829.02
Hex3733612B2F03Ef51f1d
Octal676314153570763653735
Binary11011111001111000011010111011110111110111101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373361; }

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

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

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

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

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

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

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

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