Html Css Color HEX #355280 Fun Blue

📋 copy color: '#355280'

red 53 ◦ green 82 ◦ blue 128

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

Shades of Fun Blue #355280

Tints of Fun Blue #355280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 48.67%

R = 20.15%
G = 31.18%
B = 48.67%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#355280 (or 0x355280) is known color: Fun Blue. HEX triplet: 35, 52 and 80. RGB value is (53,82,128). Sum of RGB (Red+Green+Blue) = 53+82+128=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #355280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355280 is #CAAD7F. Grayscale: #4E4E4E. Windows color (decimal): -13282688 or 8409653. OLE color: 8409653.

HSL color Cylindrical-coordinate representation of color #355280: hue angle of 216.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #355280 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 82 128 -
CMYK 0.59 0.36 0 0.50
HSL 216.8º 0.41% 0.35% -
HSV(B) 216.8º 0.59% 0.5% -
XYZ 8.38 8.35 21.59 -
YUV 78.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 53 82 128 0.59 0.36 0 0.50 216.8 0.41 0.35
Hex 35 52 80 3B 24 0 32 D9 29 23
Octal 65 122 200 73 44 0 62 331 51 43
Binary 110101 1010010 10000000 111011 100100 0 110010 11011001 101001 100011

Color Harmonies of #355280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355280

Black with #355280

Text Example


Text Example

White with #355280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355280; }

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

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

background-color css

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

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

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

border-color css

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

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

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