#332F79

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

Shades of Deep Koamaru #332F79

Tints of Deep Koamaru #332F79

Color information

#332F79 (or 0x332F79) is unknown color: approx Deep Koamaru. HEX triplet: 33, 2F and 79. RGB value is (51,47,121). Sum of RGB (Red+Green+Blue) = 51+47+121=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #332F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332F79 is #CCD086. Grayscale: #383838. Windows color (decimal): -13422727 or 7941939. OLE color: 7941939.

HSL color Cylindrical-coordinate representation of color #332F79: hue angle of 243.24º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #332F79 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5147121-
CMYK0.580.6100.53
HSL243.24º44.05%32.94%-
HSV(B)243.24º61.16%47.45%-
XYZ5.834.1218.58-
YUV56.63164.33123.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.29%
GREEN value IS 47 (18.75% from 255) = 21.46%
BLUE value IS 121 (47.66% from 255) = 55.25%
R=23.29%
G=21.46%
B=55.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51471210.580.6100.53243.2444.0532.94
Hex332F793A3D035f32c21
Octal635717172750653635441
Binary1100111011111111001111010111101011010111110011101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,47,121); }

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

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

 a { background-color: rgb(51,47,121); }

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

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

 span { border-color: rgb(51,47,121); }

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