#354F85

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

Shades of Fun Blue #354F85

Tints of Fun Blue #354F85

Color information

#354F85 (or 0x354F85) is unknown color: approx Fun Blue. HEX triplet: 35, 4F and 85. RGB value is (53,79,133). Sum of RGB (Red+Green+Blue) = 53+79+133=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #354F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354F85 is #CAB07A. Grayscale: #4D4D4D. Windows color (decimal): -13283451 or 8736565. OLE color: 8736565.

HSL color Cylindrical-coordinate representation of color #354F85: hue angle of 220.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #354F85 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5379133-
CMYK0.600.4100.48
HSL220.5º43.01%36.47%-
HSV(B)220.5º60.15%52.16%-
XYZ8.58.0423.29-
YUV77.38159.39110.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=20%
G=29.81%
B=50.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53791330.600.4100.48220.543.0136.47
Hex354F853C29030dc2b24
Octal6511720574510603345344
Binary110101100111110000101111100101001011000011011100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354F85; }

 p { color: rgb(53,79,133); }

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

<style>
 a { background-color: #354F85; }

 a { background-color: rgb(53,79,133); }

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

<style>
 span { border-color: #354F85; }

 span { border-color: rgb(53,79,133); }

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