#335283

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

Shades of Fun Blue #335283

Tints of Fun Blue #335283

Color information

#335283 (or 0x335283) is unknown color: approx Fun Blue. HEX triplet: 33, 52 and 83. RGB value is (51,82,131). Sum of RGB (Red+Green+Blue) = 51+82+131=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #335283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335283 is #CCAD7C. Grayscale: #4E4E4E. Windows color (decimal): -13413757 or 8606259. OLE color: 8606259.

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

Color convert

RGB5182131-
CMYK0.610.3700.49
HSL216.75º43.96%35.69%-
HSV(B)216.75º61.07%51.37%-
XYZ8.488.3822.64-
YUV78.32157.73108.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 131 (51.56% from 255) = 49.62%
R=19.32%
G=31.06%
B=49.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51821310.610.3700.49216.7543.9635.69
Hex3352833D25031d92c24
Octal6312220375450613315444
Binary110011101001010000011111101100101011000111011001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335283; }

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

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

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

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

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

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

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

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