#354E7A

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

Shades of Fun Blue #354E7A

Tints of Fun Blue #354E7A

Color information

#354E7A (or 0x354E7A) is unknown color: approx Fun Blue. HEX triplet: 35, 4E and 7A. RGB value is (53,78,122). Sum of RGB (Red+Green+Blue) = 53+78+122=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #354E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E7A is #CAB185. Grayscale: #4B4B4B. Windows color (decimal): -13283718 or 8015413. OLE color: 8015413.

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

Color convert

RGB5378122-
CMYK0.570.3600.52
HSL218.26º39.43%34.31%-
HSV(B)218.26º56.56%47.84%-
XYZ7.717.6119.48-
YUV75.54154.22111.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 78 (30.86% from 255) = 30.83%
BLUE value IS 122 (48.05% from 255) = 48.22%
R=20.95%
G=30.83%
B=48.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53781220.570.3600.52218.2639.4334.31
Hex354E7A3924034da2722
Octal6511617271440643324742
Binary11010110011101111010111001100100011010011011010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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