#354B7C

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

Shades of Fun Blue #354B7C

Tints of Fun Blue #354B7C

Color information

#354B7C (or 0x354B7C) is unknown color: approx Fun Blue. HEX triplet: 35, 4B and 7C. RGB value is (53,75,124). Sum of RGB (Red+Green+Blue) = 53+75+124=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #354B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354B7C is #CAB483. Grayscale: #494949. Windows color (decimal): -13284484 or 8145717. OLE color: 8145717.

HSL color Cylindrical-coordinate representation of color #354B7C: hue angle of 221.41º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #354B7C is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5375124-
CMYK0.570.4000.51
HSL221.41º40.11%34.71%-
HSV(B)221.41º57.26%48.63%-
XYZ7.627.2420.07-
YUV74.01156.21113.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 124 (48.83% from 255) = 49.21%
R=21.03%
G=29.76%
B=49.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53751240.570.4000.51221.4140.1134.71
Hex354B7C3928033dd2823
Octal6511317471500633355043
Binary11010110010111111100111001101000011001111011101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,75,124); }

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

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

 a { background-color: rgb(53,75,124); }

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

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

 span { border-color: rgb(53,75,124); }

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