#33326C

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

Shades of Deep Koamaru #33326C

Tints of Deep Koamaru #33326C

Color information

#33326C (or 0x33326C) is unknown color: approx Deep Koamaru. HEX triplet: 33, 32 and 6C. RGB value is (51,50,108). Sum of RGB (Red+Green+Blue) = 51+50+108=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #33326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33326C is #CCCD93. Grayscale: #383838. Windows color (decimal): -13421972 or 7090739. OLE color: 7090739.

HSL color Cylindrical-coordinate representation of color #33326C: hue angle of 241.03º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33326C is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5150108-
CMYK0.530.5400.58
HSL241.03º36.71%30.98%-
HSV(B)241.03º53.7%42.35%-
XYZ5.214.0714.7-
YUV56.91156.83123.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.40%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 108 (42.58% from 255) = 51.67%
R=24.40%
G=23.92%
B=51.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51501080.530.5400.58241.0336.7130.98
Hex33326C353603Af1251f
Octal636215465660723614537
Binary110011110010110110011010111011001110101111000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,50,108); }

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

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

 a { background-color: rgb(51,50,108); }

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

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

 span { border-color: rgb(51,50,108); }

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