#335083

Color #335083 Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #335083

Tints of Fun Blue #335083

Color information

#335083 (or 0x335083) is unknown color: approx Fun Blue. HEX triplet: 33, 50 and 83. RGB value is (51,80,131). Sum of RGB (Red+Green+Blue) = 51+80+131=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #335083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335083 is #CCAF7C. Grayscale: #4C4C4C. Windows color (decimal): -13414269 or 8605747. OLE color: 8605747.

HSL color Cylindrical-coordinate representation of color #335083: hue angle of 218.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #335083 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5180131-
CMYK0.610.3900.49
HSL218.25º43.96%35.69%-
HSV(B)218.25º61.07%51.37%-
XYZ8.338.0822.59-
YUV77.14158.39109.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.47%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 131 (51.56% from 255) = 50%
R=19.47%
G=30.53%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51801310.610.3900.49218.2543.9635.69
Hex3350833D27031da2c24
Octal6312020375470613325444
Binary110011101000010000011111101100111011000111011010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335083; }

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

 H1.HeaderClassName
 {
   color: #335083;
 }
 .AnyTagClassName
 {
   color: #335083;
 }
</style>
background-color css

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

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

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

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

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

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