Html Css Color HEX #354F78 Fun Blue

📋 copy color: '#354F78'

red 53 ◦ green 79 ◦ blue 120

#354F78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Blue #354F78

Tints of Fun Blue #354F78

RGB

 RED value IS 53 (21.09% from 255) = 21.03%

 GREEN value IS 79 (31.25% from 255) = 31.35%

 BLUE value IS 120 (47.27% from 255) = 47.62%

R = 21.03%
G = 31.35%
B = 47.62%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#354F78 (or 0x354F78) is known color: Fun Blue. HEX triplet: 35, 4F and 78. RGB value is (53,79,120). Sum of RGB (Red+Green+Blue) = 53+79+120=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #354F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F78 is #CAB087. Grayscale: #4B4B4B. Windows color (decimal): -13283464 or 7884597. OLE color: 7884597.

HSL color Cylindrical-coordinate representation of color #354F78: hue angle of 216.72º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #354F78 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 79 120 -
CMYK 0.56 0.34 0 0.53
HSL 216.72º 0.39% 0.34% -
HSV(B) 216.72º 0.56% 0.47% -
XYZ 7.65 7.7 18.85 -
YUV 75.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 53 79 120 0.56 0.34 0 0.53 216.72 0.39 0.34
Hex 35 4F 78 38 22 0 35 D9 27 22
Octal 65 117 170 70 42 0 65 331 47 42
Binary 110101 1001111 1111000 111000 100010 0 110101 11011001 100111 100010

Color Harmonies of #354F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F78

Black with #354F78

Text Example


Text Example

White with #354F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #354F78;
 }
 .AnyTagClassName
 {
   color: #354F78;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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