#33326B

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

Shades of Deep Koamaru #33326B

Tints of Deep Koamaru #33326B

Color information

#33326B (or 0x33326B) is unknown color: approx Deep Koamaru. HEX triplet: 33, 32 and 6B. RGB value is (51,50,107). Sum of RGB (Red+Green+Blue) = 51+50+107=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #33326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33326B is #CCCD94. Grayscale: #383838. Windows color (decimal): -13421973 or 7025203. OLE color: 7025203.

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

Color convert

RGB5150107-
CMYK0.520.5300.58
HSL241.05º36.31%30.78%-
HSV(B)241.05º53.27%41.96%-
XYZ5.164.0514.42-
YUV56.8156.33123.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.52%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 107 (42.19% from 255) = 51.44%
R=24.52%
G=24.04%
B=51.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51501070.520.5300.58241.0536.3130.78
Hex33326B343503Af1241f
Octal636215364650723614437
Binary110011110010110101111010011010101110101111000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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