Html Css Color HEX #355080 Fun Blue

📋 copy color: '#355080'

red 53 ◦ green 80 ◦ blue 128

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

Shades of Fun Blue #355080

Tints of Fun Blue #355080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.65%

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

R = 20.31%
G = 30.65%
B = 49.04%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#355080 (or 0x355080) is known color: Fun Blue. HEX triplet: 35, 50 and 80. RGB value is (53,80,128). Sum of RGB (Red+Green+Blue) = 53+80+128=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #355080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355080 is #CAAF7F. Grayscale: #4D4D4D. Windows color (decimal): -13283200 or 8409141. OLE color: 8409141.

HSL color Cylindrical-coordinate representation of color #355080: hue angle of 218.4º 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 #355080 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 80 128 -
CMYK 0.59 0.38 0 0.50
HSL 218.4º 0.41% 0.35% -
HSV(B) 218.4º 0.59% 0.5% -
XYZ 8.23 8.05 21.54 -
YUV 77.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 53 80 128 0.59 0.38 0 0.50 218.4 0.41 0.35
Hex 35 50 80 3B 26 0 32 DA 29 23
Octal 65 120 200 73 46 0 62 332 51 43
Binary 110101 1010000 10000000 111011 100110 0 110010 11011010 101001 100011

Color Harmonies of #355080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355080

Black with #355080

Text Example


Text Example

White with #355080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355080; }

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

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

background-color css

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

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

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

border-color css

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

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

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