#354E75

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

Shades of Fun Blue #354E75

Tints of Fun Blue #354E75

Color information

#354E75 (or 0x354E75) is unknown color: approx Fun Blue. HEX triplet: 35, 4E and 75. RGB value is (53,78,117). Sum of RGB (Red+Green+Blue) = 53+78+117=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #354E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E75 is #CAB18A. Grayscale: #4A4A4A. Windows color (decimal): -13283723 or 7687733. OLE color: 7687733.

HSL color Cylindrical-coordinate representation of color #354E75: hue angle of 216.56º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #354E75 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5378117-
CMYK0.550.3300.54
HSL216.56º37.65%33.33%-
HSV(B)216.56º54.7%45.88%-
XYZ7.47.4917.89-
YUV74.97151.72112.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=21.37%
G=31.45%
B=47.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53781170.550.3300.54216.5637.6533.33
Hex354E753721036d92621
Octal6511616567410663314641
Binary11010110011101110101110111100001011011011011001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,78,117); }

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

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

 a { background-color: rgb(53,78,117); }

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

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

 span { border-color: rgb(53,78,117); }

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