Html Css Color HEX #354E75 Fun Blue

📋 copy color: '#354E75'

red 53 ◦ green 78 ◦ blue 117

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

Shades of Fun Blue #354E75

Tints of Fun Blue #354E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 47.18%

R = 21.37%
G = 31.45%
B = 47.18%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#354E75 (or 0x354E75) is known color: Fun Blue. HEX triplet: 35, 4E and 75. RGB value is (53,78,117). Sum of RGB (Red+Green+Blue) = 53+78+117=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #354E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E75 is #CAB18A. Grayscale: #4A4A4A. Windows color (decimal): -13283723 or 7687733. OLE color: 7687733.

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

Color convert

RGB 53 78 117 -
CMYK 0.55 0.33 0 0.54
HSL 216.56º 0.38% 0.33% -
HSV(B) 216.56º 0.55% 0.46% -
XYZ 7.4 7.49 17.89 -
YUV 74.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 53 78 117 0.55 0.33 0 0.54 216.56 0.38 0.33
Hex 35 4E 75 37 21 0 36 D9 26 21
Octal 65 116 165 67 41 0 66 331 46 41
Binary 110101 1001110 1110101 110111 100001 0 110110 11011001 100110 100001

Color Harmonies of #354E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E75

Black with #354E75

Text Example


Text Example

White with #354E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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