#333D55

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

Shades of Biscay #333D55

Tints of Biscay #333D55

Color information

#333D55 (or 0x333D55) is unknown color: approx Biscay. HEX triplet: 33, 3D and 55. RGB value is (51,61,85). Sum of RGB (Red+Green+Blue) = 51+61+85=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #333D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D55 is #CCC2AA. Grayscale: #3C3C3C. Windows color (decimal): -13419179 or 5586227. OLE color: 5586227.

HSL color Cylindrical-coordinate representation of color #333D55: hue angle of 222.35º 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 #333D55 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB516185-
CMYK0.400.2800.67
HSL222.35º25%26.67%-
HSV(B)222.35º40%33.33%-
XYZ4.674.79.25-
YUV60.75141.69121.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.89%
GREEN value IS 61 (24.22% from 255) = 30.96%
BLUE value IS 85 (33.59% from 255) = 43.15%
R=25.89%
G=30.96%
B=43.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5161850.400.2800.67222.352526.67
Hex333D55281C043de191b
Octal6375125503401033363133
Binary11001111110110101011010001110001000011110111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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