Html Css Color HEX #355084 Fun Blue

📋 copy color: '#355084'

red 53 ◦ green 80 ◦ blue 132

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

Shades of Fun Blue #355084

Tints of Fun Blue #355084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.81%

R = 20%
G = 30.19%
B = 49.81%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#355084 (or 0x355084) is known color: Fun Blue. HEX triplet: 35, 50 and 84. RGB value is (53,80,132). Sum of RGB (Red+Green+Blue) = 53+80+132=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #355084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355084 is #CAAF7B. Grayscale: #4D4D4D. Windows color (decimal): -13283196 or 8671285. OLE color: 8671285.

HSL color Cylindrical-coordinate representation of color #355084: hue angle of 219.49º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355084 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 80 132 -
CMYK 0.60 0.39 0 0.48
HSL 219.49º 0.43% 0.36% -
HSV(B) 219.49º 0.6% 0.52% -
XYZ 8.5 8.16 22.96 -
YUV 77.86 158.55 110.27 -
System Red Green Blue C M Y K H S L
Decimal 53 80 132 0.60 0.39 0 0.48 219.49 0.43 0.36
Hex 35 50 84 3C 27 0 30 DB 2B 24
Octal 65 120 204 74 47 0 60 333 53 44
Binary 110101 1010000 10000100 111100 100111 0 110000 11011011 101011 100100

Color Harmonies of #355084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355084

Black with #355084

Text Example


Text Example

White with #355084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355084; }

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

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

background-color css

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

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

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

border-color css

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

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

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