#354B7D

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

Shades of Fun Blue #354B7D

Tints of Fun Blue #354B7D

Color information

#354B7D (or 0x354B7D) is unknown color: approx Fun Blue. HEX triplet: 35, 4B and 7D. RGB value is (53,75,125). Sum of RGB (Red+Green+Blue) = 53+75+125=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #354B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354B7D is #CAB482. Grayscale: #494949. Windows color (decimal): -13284483 or 8211253. OLE color: 8211253.

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

Color convert

RGB5375125-
CMYK0.580.4000.51
HSL221.67º40.45%34.9%-
HSV(B)221.67º57.6%49.02%-
XYZ7.697.2720.4-
YUV74.12156.71112.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 75 (29.69% from 255) = 29.64%
BLUE value IS 125 (49.22% from 255) = 49.41%
R=20.95%
G=29.64%
B=49.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53751250.580.4000.51221.6740.4534.9
Hex354B7D3A28033de2823
Octal6511317572500633365043
Binary11010110010111111101111010101000011001111011110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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