#333266

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

Shades of Deep Koamaru #333266

Tints of Deep Koamaru #333266

Color information

#333266 (or 0x333266) is unknown color: approx Deep Koamaru. HEX triplet: 33, 32 and 66. RGB value is (51,50,102). Sum of RGB (Red+Green+Blue) = 51+50+102=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #333266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333266 is #CCCD99. Grayscale: #383838. Windows color (decimal): -13421978 or 6697523. OLE color: 6697523.

HSL color Cylindrical-coordinate representation of color #333266: hue angle of 241.15º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #333266 is Cyan = 0.5, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5150102-
CMYK0.50.5100.6
HSL241.15º34.21%29.8%-
HSV(B)241.15º50.98%40%-
XYZ4.93.9413.07-
YUV56.23153.83124.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.12%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 102 (40.23% from 255) = 50.25%
R=25.12%
G=24.63%
B=50.25%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51501020.50.5100.6241.1534.2129.8
Hex333266323303Cf1221e
Octal636214662630743614236
Binary110011110010110011011001011001101111001111000110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333266; }

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

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

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

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

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

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

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

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