Html Css Color HEX #335080 Fun Blue

📋 copy color: '#335080'

red 51 ◦ green 80 ◦ blue 128

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

Shades of Fun Blue #335080

Tints of Fun Blue #335080

RGB

 RED value IS 51 (20.31% from 255) = 19.69%

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

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

R = 19.69%
G = 30.89%
B = 49.42%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#335080 (or 0x335080) is known color: Fun Blue. HEX triplet: 33, 50 and 80. RGB value is (51,80,128). Sum of RGB (Red+Green+Blue) = 51+80+128=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #335080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335080 is #CCAF7F. Grayscale: #4C4C4C. Windows color (decimal): -13414272 or 8409139. OLE color: 8409139.

HSL color Cylindrical-coordinate representation of color #335080: hue angle of 217.4º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #335080 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 80 128 -
CMYK 0.60 0.38 0 0.50
HSL 217.4º 0.43% 0.35% -
HSV(B) 217.4º 0.6% 0.5% -
XYZ 8.13 8 21.54 -
YUV 76.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 51 80 128 0.60 0.38 0 0.50 217.4 0.43 0.35
Hex 33 50 80 3C 26 0 32 D9 2B 23
Octal 63 120 200 74 46 0 62 331 53 43
Binary 110011 1010000 10000000 111100 100110 0 110010 11011001 101011 100011

Color Harmonies of #335080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335080

Black with #335080

Text Example


Text Example

White with #335080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335080; }

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

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

background-color css

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

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

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

border-color css

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

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

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