Html Css Color HEX #335285 Fun Blue

📋 copy color: '#335285'

red 51 ◦ green 82 ◦ blue 133

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

Shades of Fun Blue #335285

Tints of Fun Blue #335285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.83%

 BLUE value IS 133 (52.34% from 255) = 50%

R = 19.17%
G = 30.83%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#335285 (or 0x335285) is known color: Fun Blue. HEX triplet: 33, 52 and 85. RGB value is (51,82,133). Sum of RGB (Red+Green+Blue) = 51+82+133=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #335285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335285 is #CCAD7A. Grayscale: #4E4E4E. Windows color (decimal): -13413755 or 8737331. OLE color: 8737331.

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

Color convert

RGB 51 82 133 -
CMYK 0.62 0.38 0 0.48
HSL 217.32º 0.45% 0.36% -
HSV(B) 217.32º 0.62% 0.52% -
XYZ 8.62 8.43 23.36 -
YUV 78.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 51 82 133 0.62 0.38 0 0.48 217.32 0.45 0.36
Hex 33 52 85 3E 26 0 30 D9 2D 24
Octal 63 122 205 76 46 0 60 331 55 44
Binary 110011 1010010 10000101 111110 100110 0 110000 11011001 101101 100100

Color Harmonies of #335285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335285

Black with #335285

Text Example


Text Example

White with #335285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335285; }

 p { color: rgb(51,82,133); }

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

background-color css

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

 a { background-color: rgb(51,82,133); }

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

border-color css

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

 span { border-color: rgb(51,82,133); }

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