Html Css Color HEX #354E84 Fun Blue

📋 copy color: '#354E84'

red 53 ◦ green 78 ◦ blue 132

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

Shades of Fun Blue #354E84

Tints of Fun Blue #354E84

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.66%

 BLUE value IS 132 (51.95% from 255) = 50.19%

R = 20.15%
G = 29.66%
B = 50.19%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#354E84 (or 0x354E84) is known color: Fun Blue. HEX triplet: 35, 4E and 84. RGB value is (53,78,132). Sum of RGB (Red+Green+Blue) = 53+78+132=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #354E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354E84 is #CAB17B. Grayscale: #4C4C4C. Windows color (decimal): -13283708 or 8670773. OLE color: 8670773.

HSL color Cylindrical-coordinate representation of color #354E84: hue angle of 221.01º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #354E84 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 78 132 -
CMYK 0.60 0.41 0 0.48
HSL 221.01º 0.43% 0.36% -
HSV(B) 221.01º 0.6% 0.52% -
XYZ 8.36 7.87 22.91 -
YUV 76.68 159.22 111.11 -
System Red Green Blue C M Y K H S L
Decimal 53 78 132 0.60 0.41 0 0.48 221.01 0.43 0.36
Hex 35 4E 84 3C 29 0 30 DD 2B 24
Octal 65 116 204 74 51 0 60 335 53 44
Binary 110101 1001110 10000100 111100 101001 0 110000 11011101 101011 100100

Color Harmonies of #354E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E84

Black with #354E84

Text Example


Text Example

White with #354E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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