Html Css Color HEX #354A76 Fun Blue

📋 copy color: '#354A76'

red 53 ◦ green 74 ◦ blue 118

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

Shades of Fun Blue #354A76

Tints of Fun Blue #354A76

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.2%

 BLUE value IS 118 (46.48% from 255) = 48.16%

R = 21.63%
G = 30.2%
B = 48.16%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#354A76 (or 0x354A76) is known color: Fun Blue. HEX triplet: 35, 4A and 76. RGB value is (53,74,118). Sum of RGB (Red+Green+Blue) = 53+74+118=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #354A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A76 is #CAB589. Grayscale: #484848. Windows color (decimal): -13284746 or 7752245. OLE color: 7752245.

HSL color Cylindrical-coordinate representation of color #354A76: hue angle of 220.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #354A76 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 74 118 -
CMYK 0.55 0.37 0 0.54
HSL 220.62º 0.38% 0.34% -
HSV(B) 220.62º 0.55% 0.46% -
XYZ 7.19 6.96 18.1 -
YUV 72.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 53 74 118 0.55 0.37 0 0.54 220.62 0.38 0.34
Hex 35 4A 76 37 25 0 36 DD 26 22
Octal 65 112 166 67 45 0 66 335 46 42
Binary 110101 1001010 1110110 110111 100101 0 110110 11011101 100110 100010

Color Harmonies of #354A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A76

Black with #354A76

Text Example


Text Example

White with #354A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,74,118); }

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

background-color css

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

 a { background-color: rgb(53,74,118); }

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

border-color css

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

 span { border-color: rgb(53,74,118); }

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