#354F7B

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

Shades of Fun Blue #354F7B

Tints of Fun Blue #354F7B

Color information

#354F7B (or 0x354F7B) is unknown color: approx Fun Blue. HEX triplet: 35, 4F and 7B. RGB value is (53,79,123). Sum of RGB (Red+Green+Blue) = 53+79+123=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #354F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F7B is #CAB084. Grayscale: #4C4C4C. Windows color (decimal): -13283461 or 8081205. OLE color: 8081205.

HSL color Cylindrical-coordinate representation of color #354F7B: hue angle of 217.71º 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 #354F7B is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5379123-
CMYK0.570.3600.52
HSL217.71º39.77%34.51%-
HSV(B)217.71º56.91%48.24%-
XYZ7.847.7819.83-
YUV76.24154.39111.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 79 (31.25% from 255) = 30.98%
BLUE value IS 123 (48.44% from 255) = 48.24%
R=20.78%
G=30.98%
B=48.24%

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
Decimal53791230.570.3600.52217.7139.7734.51
Hex354F7B3924034da2823
Octal6511717371440643325043
Binary11010110011111111011111001100100011010011011010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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