#332E73

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

Shades of Deep Koamaru #332E73

Tints of Deep Koamaru #332E73

Color information

#332E73 (or 0x332E73) is unknown color: approx Deep Koamaru. HEX triplet: 33, 2E and 73. RGB value is (51,46,115). Sum of RGB (Red+Green+Blue) = 51+46+115=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #332E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332E73 is #CCD18C. Grayscale: #373737. Windows color (decimal): -13422989 or 7548467. OLE color: 7548467.

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

Color convert

RGB5146115-
CMYK0.560.600.55
HSL244.35º42.86%31.57%-
HSV(B)244.35º60%45.1%-
XYZ5.443.916.69-
YUV55.36161.66124.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.06%
GREEN value IS 46 (18.36% from 255) = 21.70%
BLUE value IS 115 (45.31% from 255) = 54.25%
R=24.06%
G=21.70%
B=54.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51461150.560.600.55244.3542.8631.57
Hex332E73383C037f42b20
Octal635616370740673645340
Binary1100111011101110011111000111100011011111110100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332E73; }

 p { color: rgb(51,46,115); }

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

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

 a { background-color: rgb(51,46,115); }

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

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

 span { border-color: rgb(51,46,115); }

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