Html Css Color HEX #355282 Fun Blue

📋 copy color: '#355282'

red 53 ◦ green 82 ◦ blue 130

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

Shades of Fun Blue #355282

Tints of Fun Blue #355282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 49.06%

R = 20%
G = 30.94%
B = 49.06%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#355282 (or 0x355282) is known color: Fun Blue. HEX triplet: 35, 52 and 82. RGB value is (53,82,130). Sum of RGB (Red+Green+Blue) = 53+82+130=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #355282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355282 is #CAAD7D. Grayscale: #4E4E4E. Windows color (decimal): -13282686 or 8540725. OLE color: 8540725.

HSL color Cylindrical-coordinate representation of color #355282: hue angle of 217.4º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #355282 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 82 130 -
CMYK 0.59 0.37 0 0.49
HSL 217.4º 0.42% 0.36% -
HSV(B) 217.4º 0.59% 0.51% -
XYZ 8.51 8.4 22.29 -
YUV 78.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 53 82 130 0.59 0.37 0 0.49 217.4 0.42 0.36
Hex 35 52 82 3B 25 0 31 D9 2A 24
Octal 65 122 202 73 45 0 61 331 52 44
Binary 110101 1010010 10000010 111011 100101 0 110001 11011001 101010 100100

Color Harmonies of #355282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355282

Black with #355282

Text Example


Text Example

White with #355282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355282; }

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

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

background-color css

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

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

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

border-color css

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

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

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