#354E7B

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

Shades of Fun Blue #354E7B

Tints of Fun Blue #354E7B

Color information

#354E7B (or 0x354E7B) is unknown color: approx Fun Blue. HEX triplet: 35, 4E and 7B. RGB value is (53,78,123). Sum of RGB (Red+Green+Blue) = 53+78+123=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #354E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E7B is #CAB184. Grayscale: #4B4B4B. Windows color (decimal): -13283717 or 8080949. OLE color: 8080949.

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

Color convert

RGB5378123-
CMYK0.570.3700.52
HSL218.57º39.77%34.51%-
HSV(B)218.57º56.91%48.24%-
XYZ7.777.6419.8-
YUV75.66154.72111.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.87%
GREEN value IS 78 (30.86% from 255) = 30.71%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=20.87%
G=30.71%
B=48.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53781230.570.3700.52218.5739.7734.51
Hex354E7B3925034db2823
Octal6511617371450643335043
Binary11010110011101111011111001100101011010011011011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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