#37335C

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

Shades of Deep Koamaru #37335C

Tints of Deep Koamaru #37335C

Color information

#37335C (or 0x37335C) is unknown color: approx Deep Koamaru. HEX triplet: 37, 33 and 5C. RGB value is (55,51,92). Sum of RGB (Red+Green+Blue) = 55+51+92=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #37335C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37335C is #C8CCA3. Grayscale: #383838. Windows color (decimal): -13159588 or 6042423. OLE color: 6042423.

HSL color Cylindrical-coordinate representation of color #37335C: hue angle of 245.85º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #37335C is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB555192-
CMYK0.400.4500.64
HSL245.85º28.67%28.04%-
HSV(B)245.85º44.57%36.08%-
XYZ4.693.9510.64-
YUV56.87147.83126.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.78%
GREEN value IS 51 (20.31% from 255) = 25.76%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=27.78%
G=25.76%
B=46.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5551920.400.4500.64245.8528.6728.04
Hex37335C282D040f61d1c
Octal6763134505501003663534
Binary110111110011101110010100010110101000000111101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37335C; }

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

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

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

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

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

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

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

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