#33558E

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

Shades of Fun Blue #33558E

Tints of Fun Blue #33558E

Color information

#33558E (or 0x33558E) is unknown color: approx Fun Blue. HEX triplet: 33, 55 and 8E. RGB value is (51,85,142). Sum of RGB (Red+Green+Blue) = 51+85+142=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #33558E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33558E is #CCAA71. Grayscale: #515151. Windows color (decimal): -13412978 or 9327923. OLE color: 9327923.

HSL color Cylindrical-coordinate representation of color #33558E: hue angle of 217.58º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33558E is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5185142-
CMYK0.640.4000.44
HSL217.58º47.15%37.84%-
HSV(B)217.58º64.08%55.69%-
XYZ9.59.1526.86-
YUV81.33162.24106.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.35%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 142 (55.86% from 255) = 51.08%
R=18.35%
G=30.58%
B=51.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51851420.640.4000.44217.5847.1537.84
Hex33558E402802Cda2f26
Octal63125216100500543325746
Binary1100111010101100011101000000101000010110011011010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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