Html Css Color HEX #355082 Fun Blue

📋 copy color: '#355082'

red 53 ◦ green 80 ◦ blue 130

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

Shades of Fun Blue #355082

Tints of Fun Blue #355082

RGB

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

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

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

R = 20.15%
G = 30.42%
B = 49.43%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#355082 (or 0x355082) is known color: Fun Blue. HEX triplet: 35, 50 and 82. RGB value is (53,80,130). Sum of RGB (Red+Green+Blue) = 53+80+130=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #355082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355082 is #CAAF7D. Grayscale: #4D4D4D. Windows color (decimal): -13283198 or 8540213. OLE color: 8540213.

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

Color convert

RGB 53 80 130 -
CMYK 0.59 0.38 0 0.49
HSL 218.96º 0.42% 0.36% -
HSV(B) 218.96º 0.59% 0.51% -
XYZ 8.37 8.11 22.24 -
YUV 77.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 53 80 130 0.59 0.38 0 0.49 218.96 0.42 0.36
Hex 35 50 82 3B 26 0 31 DB 2A 24
Octal 65 120 202 73 46 0 61 333 52 44
Binary 110101 1010000 10000010 111011 100110 0 110001 11011011 101010 100100

Color Harmonies of #355082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355082

Black with #355082

Text Example


Text Example

White with #355082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355082; }

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

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

background-color css

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

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

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

border-color css

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

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

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