Html Css Color HEX #354A75 Fun Blue

📋 copy color: '#354A75'

red 53 ◦ green 74 ◦ blue 117

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

Shades of Fun Blue #354A75

Tints of Fun Blue #354A75

RGB

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

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

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

R = 21.72%
G = 30.33%
B = 47.95%

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

#354A75 (or 0x354A75) is known color: Fun Blue. HEX triplet: 35, 4A and 75. RGB value is (53,74,117). Sum of RGB (Red+Green+Blue) = 53+74+117=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #354A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A75 is #CAB58A. Grayscale: #484848. Windows color (decimal): -13284747 or 7686709. OLE color: 7686709.

HSL color Cylindrical-coordinate representation of color #354A75: hue angle of 220.31º 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 #354A75 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 74 117 -
CMYK 0.55 0.37 0 0.54
HSL 220.31º 0.38% 0.33% -
HSV(B) 220.31º 0.55% 0.46% -
XYZ 7.13 6.94 17.79 -
YUV 72.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 53 74 117 0.55 0.37 0 0.54 220.31 0.38 0.33
Hex 35 4A 75 37 25 0 36 DC 26 21
Octal 65 112 165 67 45 0 66 334 46 41
Binary 110101 1001010 1110101 110111 100101 0 110110 11011100 100110 100001

Color Harmonies of #354A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A75

Black with #354A75

Text Example


Text Example

White with #354A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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