Html Css Color HEX #355487 Fun Blue

📋 copy color: '#355487'

red 53 ◦ green 84 ◦ blue 135

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

Shades of Fun Blue #355487

Tints of Fun Blue #355487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.88%

 BLUE value IS 135 (53.13% from 255) = 49.63%

R = 19.49%
G = 30.88%
B = 49.63%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#355487 (or 0x355487) is known color: Fun Blue. HEX triplet: 35, 54 and 87. RGB value is (53,84,135). Sum of RGB (Red+Green+Blue) = 53+84+135=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #355487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355487 is #CAAB78. Grayscale: #505050. Windows color (decimal): -13282169 or 8868917. OLE color: 8868917.

HSL color Cylindrical-coordinate representation of color #355487: hue angle of 217.32º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #355487 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 84 135 -
CMYK 0.61 0.38 0 0.47
HSL 217.32º 0.44% 0.37% -
HSV(B) 217.32º 0.61% 0.53% -
XYZ 9.01 8.85 24.15 -
YUV 80.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 53 84 135 0.61 0.38 0 0.47 217.32 0.44 0.37
Hex 35 54 87 3D 26 0 2F D9 2C 25
Octal 65 124 207 75 46 0 57 331 54 45
Binary 110101 1010100 10000111 111101 100110 0 101111 11011001 101100 100101

Color Harmonies of #355487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355487

Black with #355487

Text Example


Text Example

White with #355487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355487; }

 p { color: rgb(53,84,135); }

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

background-color css

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

 a { background-color: rgb(53,84,135); }

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

border-color css

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

 span { border-color: rgb(53,84,135); }

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