#3153F1

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

Shades of Royal Blue #3153F1

Tints of Royal Blue #3153F1

Color information

#3153F1 (or 0x3153F1) is unknown color: approx Royal Blue. HEX triplet: 31, 53 and F1. RGB value is (49,83,241). Sum of RGB (Red+Green+Blue) = 49+83+241=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #3153F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3153F1 is #CEAC0E. Grayscale: #5A5A5A. Windows color (decimal): -13544463 or 15815473. OLE color: 15815473.

HSL color Cylindrical-coordinate representation of color #3153F1: hue angle of 229.38º degrees, saturation: 0.87, 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 #3153F1 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4983241-
CMYK0.800.6600.05
HSL229.38º87.27%56.86%-
HSV(B)229.38º79.67%94.51%-
XYZ20.2413.1984.7-
YUV90.85212.7498.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.14%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 241 (94.53% from 255) = 64.61%
R=13.14%
G=22.25%
B=64.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal49832410.800.6600.05229.3887.2756.86
Hex3153F1504205e55739
Octal611233611201020534512771
Binary110001101001111110001101000010000100101111001011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3153F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3153F1; }

 p { color: rgb(49,83,241); }

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

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

 a { background-color: rgb(49,83,241); }

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

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

 span { border-color: rgb(49,83,241); }

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