Html Css Color HEX #335180 Fun Blue

📋 copy color: '#335180'

red 51 ◦ green 81 ◦ blue 128

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

Shades of Fun Blue #335180

Tints of Fun Blue #335180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.15%

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

R = 19.62%
G = 31.15%
B = 49.23%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#335180 (or 0x335180) is known color: Fun Blue. HEX triplet: 33, 51 and 80. RGB value is (51,81,128). Sum of RGB (Red+Green+Blue) = 51+81+128=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #335180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335180 is #CCAE7F. Grayscale: #4D4D4D. Windows color (decimal): -13414016 or 8409395. OLE color: 8409395.

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

Color convert

RGB 51 81 128 -
CMYK 0.60 0.37 0 0.50
HSL 216.62º 0.43% 0.35% -
HSV(B) 216.62º 0.6% 0.5% -
XYZ 8.2 8.15 21.56 -
YUV 77.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 51 81 128 0.60 0.37 0 0.50 216.62 0.43 0.35
Hex 33 51 80 3C 25 0 32 D9 2B 23
Octal 63 121 200 74 45 0 62 331 53 43
Binary 110011 1010001 10000000 111100 100101 0 110010 11011001 101011 100011

Color Harmonies of #335180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335180

Black with #335180

Text Example


Text Example

White with #335180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335180; }

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

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

background-color css

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

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

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

border-color css

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

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

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