#33548B

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

Shades of Fun Blue #33548B

Tints of Fun Blue #33548B

Color information

#33548B (or 0x33548B) is unknown color: approx Fun Blue. HEX triplet: 33, 54 and 8B. RGB value is (51,84,139). Sum of RGB (Red+Green+Blue) = 51+84+139=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #33548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33548B is #CCAB74. Grayscale: #505050. Windows color (decimal): -13413237 or 9131059. OLE color: 9131059.

HSL color Cylindrical-coordinate representation of color #33548B: hue angle of 217.5º 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 #33548B is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5184139-
CMYK0.630.4000.45
HSL217.5º46.32%37.25%-
HSV(B)217.5º63.31%54.51%-
XYZ9.28.9125.66-
YUV80.4161.07107.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.61%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 139 (54.69% from 255) = 50.73%
R=18.61%
G=30.66%
B=50.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51841390.630.4000.45217.546.3237.25
Hex33548B3F2802Dda2e25
Octal6312421377500553325645
Binary110011101010010001011111111101000010110111011010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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