#333E55

Color #333E55 Biscay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biscay #333E55

Tints of Biscay #333E55

Color information

#333E55 (or 0x333E55) is unknown color: approx Biscay. HEX triplet: 33, 3E and 55. RGB value is (51,62,85). Sum of RGB (Red+Green+Blue) = 51+62+85=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 62 (24.61% from 255 or 31.31% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 85 - color contains mainly: blue. Hex color #333E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E55 is #CCC1AA. Grayscale: #3D3D3D. Windows color (decimal): -13418923 or 5586483. OLE color: 5586483.

HSL color Cylindrical-coordinate representation of color #333E55: hue angle of 220.59º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #333E55 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB516285-
CMYK0.400.2700.67
HSL220.59º25%26.67%-
HSV(B)220.59º40%33.33%-
XYZ4.734.89.27-
YUV61.33141.36120.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.76%
GREEN value IS 62 (24.61% from 255) = 31.31%
BLUE value IS 85 (33.59% from 255) = 42.93%
R=25.76%
G=31.31%
B=42.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5162850.400.2700.67220.592526.67
Hex333E55281B043dd191b
Octal6376125503301033353133
Binary11001111111010101011010001101101000011110111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,62,85); }

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

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

 a { background-color: rgb(51,62,85); }

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

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

 span { border-color: rgb(51,62,85); }

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