Html Css Color HEX #354B75 Fun Blue

📋 copy color: '#354B75'

red 53 ◦ green 75 ◦ blue 117

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

Shades of Fun Blue #354B75

Tints of Fun Blue #354B75

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.61%

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

R = 21.63%
G = 30.61%
B = 47.76%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#354B75 (or 0x354B75) is known color: Fun Blue. HEX triplet: 35, 4B and 75. RGB value is (53,75,117). Sum of RGB (Red+Green+Blue) = 53+75+117=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #354B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354B75 is #CAB48A. Grayscale: #494949. Windows color (decimal): -13284491 or 7686965. OLE color: 7686965.

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

Color convert

RGB 53 75 117 -
CMYK 0.55 0.36 0 0.54
HSL 219.38º 0.38% 0.33% -
HSV(B) 219.38º 0.55% 0.46% -
XYZ 7.2 7.07 17.82 -
YUV 73.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 53 75 117 0.55 0.36 0 0.54 219.38 0.38 0.33
Hex 35 4B 75 37 24 0 36 DB 26 21
Octal 65 113 165 67 44 0 66 333 46 41
Binary 110101 1001011 1110101 110111 100100 0 110110 11011011 100110 100001

Color Harmonies of #354B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B75

Black with #354B75

Text Example


Text Example

White with #354B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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