#332D69

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

Shades of Deep Koamaru #332D69

Tints of Deep Koamaru #332D69

Color information

#332D69 (or 0x332D69) is unknown color: approx Deep Koamaru. HEX triplet: 33, 2D and 69. RGB value is (51,45,105). Sum of RGB (Red+Green+Blue) = 51+45+105=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #332D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332D69 is #CCD296. Grayscale: #353535. Windows color (decimal): -13423255 or 6892851. OLE color: 6892851.

HSL color Cylindrical-coordinate representation of color #332D69: hue angle of 246º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #332D69 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5145105-
CMYK0.510.5700.59
HSL246º40%29.41%-
HSV(B)246º57.14%41.18%-
XYZ4.853.613.8-
YUV53.63156.99126.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.37%
GREEN value IS 45 (17.97% from 255) = 22.39%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=25.37%
G=22.39%
B=52.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51451050.510.5700.592464029.41
Hex332D69333903Bf6281d
Octal635515163710733665035
Binary110011101101110100111001111100101110111111011010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,45,105); }

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

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

 a { background-color: rgb(51,45,105); }

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

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

 span { border-color: rgb(51,45,105); }

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