#354C75

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

Shades of Fun Blue #354C75

Tints of Fun Blue #354C75

Color information

#354C75 (or 0x354C75) is unknown color: approx Fun Blue. HEX triplet: 35, 4C and 75. RGB value is (53,76,117). Sum of RGB (Red+Green+Blue) = 53+76+117=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #354C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C75 is #CAB38A. Grayscale: #494949. Windows color (decimal): -13284235 or 7687221. OLE color: 7687221.

HSL color Cylindrical-coordinate representation of color #354C75: hue angle of 218.44º 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 #354C75 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5376117-
CMYK0.550.3500.54
HSL218.44º37.65%33.33%-
HSV(B)218.44º54.7%45.88%-
XYZ7.267.2117.84-
YUV73.8152.38113.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 76 (30.08% from 255) = 30.89%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=21.54%
G=30.89%
B=47.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53761170.550.3500.54218.4437.6533.33
Hex354C753723036da2621
Octal6511416567430663324641
Binary11010110011001110101110111100011011011011011010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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