Html Css Color HEX #355287 Fun Blue

📋 copy color: '#355287'

red 53 ◦ green 82 ◦ blue 135

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

Shades of Fun Blue #355287

Tints of Fun Blue #355287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.37%

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

R = 19.63%
G = 30.37%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#355287 (or 0x355287) is known color: Fun Blue. HEX triplet: 35, 52 and 87. RGB value is (53,82,135). Sum of RGB (Red+Green+Blue) = 53+82+135=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #355287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355287 is #CAAD78. Grayscale: #4F4F4F. Windows color (decimal): -13282681 or 8868405. OLE color: 8868405.

HSL color Cylindrical-coordinate representation of color #355287: hue angle of 218.78º 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 #355287 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 82 135 -
CMYK 0.61 0.39 0 0.47
HSL 218.78º 0.44% 0.37% -
HSV(B) 218.78º 0.61% 0.53% -
XYZ 8.86 8.54 24.1 -
YUV 79.37 159.39 109.19 -
System Red Green Blue C M Y K H S L
Decimal 53 82 135 0.61 0.39 0 0.47 218.78 0.44 0.37
Hex 35 52 87 3D 27 0 2F DB 2C 25
Octal 65 122 207 75 47 0 57 333 54 45
Binary 110101 1010010 10000111 111101 100111 0 101111 11011011 101100 100101

Color Harmonies of #355287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355287

Black with #355287

Text Example


Text Example

White with #355287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355287; }

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

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

background-color css

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

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

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

border-color css

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

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

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