#3150DF

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

Shades of Royal Blue #3150DF

Tints of Royal Blue #3150DF

Color information

#3150DF (or 0x3150DF) is unknown color: approx Royal Blue. HEX triplet: 31, 50 and DF. RGB value is (49,80,223). Sum of RGB (Red+Green+Blue) = 49+80+223=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #3150DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3150DF is #CEAF20. Grayscale: #565656. Windows color (decimal): -13545249 or 14635057. OLE color: 14635057.

HSL color Cylindrical-coordinate representation of color #3150DF: hue angle of 229.31º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3150DF is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4980223-
CMYK0.780.6400.13
HSL229.31º73.11%53.33%-
HSV(B)229.31º78.03%87.45%-
XYZ17.4511.7271.15-
YUV87.03204.73100.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.92%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 223 (87.5% from 255) = 63.35%
R=13.92%
G=22.73%
B=63.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal49802230.780.6400.13229.3173.1153.33
Hex3150DF4E400De54935
Octal6112033711610001534511165
Binary1100011010000110111111001110100000001101111001011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3150DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3150DF; }

 p { color: rgb(49,80,223); }

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

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

 a { background-color: rgb(49,80,223); }

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

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

 span { border-color: rgb(49,80,223); }

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