Html Css Color HEX #354D73 Fun Blue

📋 copy color: '#354D73'

red 53 ◦ green 77 ◦ blue 115

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

Shades of Fun Blue #354D73

Tints of Fun Blue #354D73

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.43%

 BLUE value IS 115 (45.31% from 255) = 46.94%

R = 21.63%
G = 31.43%
B = 46.94%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#354D73 (or 0x354D73) is known color: Fun Blue. HEX triplet: 35, 4D and 73. RGB value is (53,77,115). Sum of RGB (Red+Green+Blue) = 53+77+115=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #354D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D73 is #CAB28C. Grayscale: #494949. Windows color (decimal): -13283981 or 7556405. OLE color: 7556405.

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

Color convert

RGB 53 77 115 -
CMYK 0.54 0.33 0 0.55
HSL 216.77º 0.37% 0.33% -
HSV(B) 216.77º 0.54% 0.45% -
XYZ 7.22 7.3 17.25 -
YUV 74.16 151.05 112.91 -
System Red Green Blue C M Y K H S L
Decimal 53 77 115 0.54 0.33 0 0.55 216.77 0.37 0.33
Hex 35 4D 73 36 21 0 37 D9 25 21
Octal 65 115 163 66 41 0 67 331 45 41
Binary 110101 1001101 1110011 110110 100001 0 110111 11011001 100101 100001

Color Harmonies of #354D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D73

Black with #354D73

Text Example


Text Example

White with #354D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,77,115); }

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

background-color css

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

 a { background-color: rgb(53,77,115); }

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

border-color css

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

 span { border-color: rgb(53,77,115); }

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