#315285

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

Shades of Fun Blue #315285

Tints of Fun Blue #315285

Color information

#315285 (or 0x315285) is unknown color: approx Fun Blue. HEX triplet: 31, 52 and 85. RGB value is (49,82,133). Sum of RGB (Red+Green+Blue) = 49+82+133=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #315285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315285 is #CEAD7A. Grayscale: #4D4D4D. Windows color (decimal): -13544827 or 8737329. OLE color: 8737329.

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

Color convert

RGB4982133-
CMYK0.630.3800.48
HSL216.43º46.15%35.69%-
HSV(B)216.43º63.16%52.16%-
XYZ8.528.3823.36-
YUV77.95159.07107.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 133 (52.34% from 255) = 50.38%
R=18.56%
G=31.06%
B=50.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49821330.630.3800.48216.4346.1535.69
Hex3152853F26030d82e24
Octal6112220577460603305644
Binary110001101001010000101111111100110011000011011000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315285; }

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

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

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

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

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

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

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

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