Html Css Color HEX #354F7E Fun Blue

📋 copy color: '#354F7E'

red 53 ◦ green 79 ◦ blue 126

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

Shades of Fun Blue #354F7E

Tints of Fun Blue #354F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 48.84%

R = 20.54%
G = 30.62%
B = 48.84%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#354F7E (or 0x354F7E) is known color: Fun Blue. HEX triplet: 35, 4F and 7E. RGB value is (53,79,126). Sum of RGB (Red+Green+Blue) = 53+79+126=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 126 - color contains mainly: blue. Hex color #354F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F7E is #CAB081. Grayscale: #4C4C4C. Windows color (decimal): -13283458 or 8277813. OLE color: 8277813.

HSL color Cylindrical-coordinate representation of color #354F7E: hue angle of 218.63º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #354F7E is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 79 126 -
CMYK 0.58 0.37 0 0.51
HSL 218.63º 0.41% 0.35% -
HSV(B) 218.63º 0.58% 0.49% -
XYZ 8.03 7.86 20.83 -
YUV 76.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 53 79 126 0.58 0.37 0 0.51 218.63 0.41 0.35
Hex 35 4F 7E 3A 25 0 33 DB 29 23
Octal 65 117 176 72 45 0 63 333 51 43
Binary 110101 1001111 1111110 111010 100101 0 110011 11011011 101001 100011

Color Harmonies of #354F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F7E

Black with #354F7E

Text Example


Text Example

White with #354F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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