Html Css Color HEX #335086 Fun Blue

📋 copy color: '#335086'

red 51 ◦ green 80 ◦ blue 134

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

Shades of Fun Blue #335086

Tints of Fun Blue #335086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 50.57%

R = 19.25%
G = 30.19%
B = 50.57%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#335086 (or 0x335086) is known color: Fun Blue. HEX triplet: 33, 50 and 86. RGB value is (51,80,134). Sum of RGB (Red+Green+Blue) = 51+80+134=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #335086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335086 is #CCAF79. Grayscale: #4D4D4D. Windows color (decimal): -13414266 or 8802355. OLE color: 8802355.

HSL color Cylindrical-coordinate representation of color #335086: hue angle of 219.04º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #335086 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 80 134 -
CMYK 0.62 0.40 0 0.47
HSL 219.04º 0.45% 0.36% -
HSV(B) 219.04º 0.62% 0.53% -
XYZ 8.54 8.16 23.68 -
YUV 77.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 51 80 134 0.62 0.40 0 0.47 219.04 0.45 0.36
Hex 33 50 86 3E 28 0 2F DB 2D 24
Octal 63 120 206 76 50 0 57 333 55 44
Binary 110011 1010000 10000110 111110 101000 0 101111 11011011 101101 100100

Color Harmonies of #335086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335086

Black with #335086

Text Example


Text Example

White with #335086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335086; }

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

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

background-color css

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

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

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

border-color css

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

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

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