#315FF3

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

Shades of Royal Blue #315FF3

Tints of Royal Blue #315FF3

Color information

#315FF3 (or 0x315FF3) is unknown color: approx Royal Blue. HEX triplet: 31, 5F and F3. RGB value is (49,95,243). Sum of RGB (Red+Green+Blue) = 49+95+243=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 243 (95.31% from 255 or 62.79% from 387); Max value from RGB is 243 - color contains mainly: blue. Hex color #315FF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315FF3 is #CEA00C. Grayscale: #616161. Windows color (decimal): -13541389 or 15949617. OLE color: 15949617.

HSL color Cylindrical-coordinate representation of color #315FF3: hue angle of 225.77º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #315FF3 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4995243-
CMYK0.800.6100.05
HSL225.77º88.99%57.25%-
HSV(B)225.77º79.84%95.29%-
XYZ21.5415.3186.61-
YUV98.12209.7692.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.66%
GREEN value IS 95 (37.5% from 255) = 24.55%
BLUE value IS 243 (95.31% from 255) = 62.79%
R=12.66%
G=24.55%
B=62.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal49952430.800.6100.05225.7788.9957.25
Hex315FF3503D05e25939
Octal61137363120750534213171
Binary11000110111111111001110100001111010101111000101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315FF3; }

 p { color: rgb(49,95,243); }

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

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

 a { background-color: rgb(49,95,243); }

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

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

 span { border-color: rgb(49,95,243); }

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