Html Css Color HEX #354F83 Fun Blue

📋 copy color: '#354F83'

red 53 ◦ green 79 ◦ blue 131

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

Shades of Fun Blue #354F83

Tints of Fun Blue #354F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 49.81%

R = 20.15%
G = 30.04%
B = 49.81%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#354F83 (or 0x354F83) is known color: Fun Blue. HEX triplet: 35, 4F and 83. RGB value is (53,79,131). Sum of RGB (Red+Green+Blue) = 53+79+131=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 131 (51.56% from 255 or 49.81% from 263); Max value from RGB is 131 - color contains mainly: blue. Hex color #354F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354F83 is #CAB07C. Grayscale: #4C4C4C. Windows color (decimal): -13283453 or 8605493. OLE color: 8605493.

HSL color Cylindrical-coordinate representation of color #354F83: hue angle of 220º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #354F83 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 79 131 -
CMYK 0.60 0.40 0 0.49
HSL 220º 0.42% 0.36% -
HSV(B) 220º 0.6% 0.51% -
XYZ 8.36 7.99 22.57 -
YUV 77.15 158.39 110.77 -
System Red Green Blue C M Y K H S L
Decimal 53 79 131 0.60 0.40 0 0.49 220 0.42 0.36
Hex 35 4F 83 3C 28 0 31 DC 2A 24
Octal 65 117 203 74 50 0 61 334 52 44
Binary 110101 1001111 10000011 111100 101000 0 110001 11011100 101010 100100

Color Harmonies of #354F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F83

Black with #354F83

Text Example


Text Example

White with #354F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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