#332B7B

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

Shades of Deep Koamaru #332B7B

Tints of Deep Koamaru #332B7B

Color information

#332B7B (or 0x332B7B) is unknown color: approx Deep Koamaru. HEX triplet: 33, 2B and 7B. RGB value is (51,43,123). Sum of RGB (Red+Green+Blue) = 51+43+123=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #332B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332B7B is #CCD484. Grayscale: #363636. Windows color (decimal): -13423749 or 8071987. OLE color: 8071987.

HSL color Cylindrical-coordinate representation of color #332B7B: hue angle of 246º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #332B7B is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5143123-
CMYK0.590.6500.52
HSL246º48.19%32.55%-
HSV(B)246º65.04%48.24%-
XYZ5.83.8619.18-
YUV54.51166.65125.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.50%
GREEN value IS 43 (17.19% from 255) = 19.82%
BLUE value IS 123 (48.44% from 255) = 56.68%
R=23.50%
G=19.82%
B=56.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51431230.590.6500.5224648.1932.55
Hex332B7B3B41034f63021
Octal6353173731010643666041
Binary11001110101111110111110111000001011010011110110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,43,123); }

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

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

 a { background-color: rgb(51,43,123); }

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

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

 span { border-color: rgb(51,43,123); }

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