Html Css Color HEX #335385 Fun Blue

📋 copy color: '#335385'

red 51 ◦ green 83 ◦ blue 133

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

Shades of Fun Blue #335385

Tints of Fun Blue #335385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.09%

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

R = 19.1%
G = 31.09%
B = 49.81%

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

#335385 (or 0x335385) is known color: Fun Blue. HEX triplet: 33, 53 and 85. RGB value is (51,83,133). Sum of RGB (Red+Green+Blue) = 51+83+133=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #335385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335385 is #CCAC7A. Grayscale: #4E4E4E. Windows color (decimal): -13413499 or 8737587. OLE color: 8737587.

HSL color Cylindrical-coordinate representation of color #335385: hue angle of 216.59º 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 #335385 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 83 133 -
CMYK 0.62 0.38 0 0.48
HSL 216.59º 0.45% 0.36% -
HSV(B) 216.59º 0.62% 0.52% -
XYZ 8.69 8.58 23.39 -
YUV 79.13 158.4 107.93 -
System Red Green Blue C M Y K H S L
Decimal 51 83 133 0.62 0.38 0 0.48 216.59 0.45 0.36
Hex 33 53 85 3E 26 0 30 D9 2D 24
Octal 63 123 205 76 46 0 60 331 55 44
Binary 110011 1010011 10000101 111110 100110 0 110000 11011001 101101 100100

Color Harmonies of #335385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335385

Black with #335385

Text Example


Text Example

White with #335385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335385; }

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

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

background-color css

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

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

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

border-color css

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

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

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