#333B66

Color #333B66 Bay Of Many (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Of Many #333B66

Tints of Bay Of Many #333B66

Color information

#333B66 (or 0x333B66) is unknown color: approx Bay Of Many. HEX triplet: 33, 3B and 66. RGB value is (51,59,102). Sum of RGB (Red+Green+Blue) = 51+59+102=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #333B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333B66 is #CCC499. Grayscale: #3D3D3D. Windows color (decimal): -13419674 or 6699827. OLE color: 6699827.

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

Color convert

RGB5159102-
CMYK0.50.4200.6
HSL230.59º33.33%30%-
HSV(B)230.59º50%40%-
XYZ5.334.7913.21-
YUV61.51150.85120.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.06%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 102 (40.23% from 255) = 48.11%
R=24.06%
G=27.83%
B=48.11%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51591020.50.4200.6230.5933.3330
Hex333B66322A03Ce7211e
Octal637314662520743474136
Binary110011111011110011011001010101001111001110011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333B66; }

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

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

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

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

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

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

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

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