#33558B

Color #33558B Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #33558B

Tints of Fun Blue #33558B

Color information

#33558B (or 0x33558B) is unknown color: approx Fun Blue. HEX triplet: 33, 55 and 8B. RGB value is (51,85,139). Sum of RGB (Red+Green+Blue) = 51+85+139=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #33558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33558B is #CCAA74. Grayscale: #505050. Windows color (decimal): -13412981 or 9131315. OLE color: 9131315.

HSL color Cylindrical-coordinate representation of color #33558B: hue angle of 216.82º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33558B is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5185139-
CMYK0.630.3900.45
HSL216.82º46.32%37.25%-
HSV(B)216.82º63.31%54.51%-
XYZ9.279.0625.69-
YUV80.99160.74106.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=18.55%
G=30.91%
B=50.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51851390.630.3900.45216.8246.3237.25
Hex33558B3F2702Dd92e25
Octal6312521377470553315645
Binary110011101010110001011111111100111010110111011001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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