#3254EC

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

Shades of Royal Blue #3254EC

Tints of Royal Blue #3254EC

Color information

#3254EC (or 0x3254EC) is unknown color: approx Royal Blue. HEX triplet: 32, 54 and EC. RGB value is (50,84,236). Sum of RGB (Red+Green+Blue) = 50+84+236=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #3254EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3254EC is #CDAB13. Grayscale: #5A5A5A. Windows color (decimal): -13478676 or 15488050. OLE color: 15488050.

HSL color Cylindrical-coordinate representation of color #3254EC: hue angle of 229.03º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3254EC is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5084236-
CMYK0.790.6400.07
HSL229.03º83.04%56.08%-
HSV(B)229.03º78.81%92.55%-
XYZ19.6313.0780.85-
YUV91.16209.7498.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.51%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 236 (92.58% from 255) = 63.78%
R=13.51%
G=22.70%
B=63.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal50842360.790.6400.07229.0383.0456.08
Hex3254EC4F4007e55338
Octal621243541171000734512370
Binary110010101010011101100100111110000000111111001011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3254EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3254EC; }

 p { color: rgb(50,84,236); }

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

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

 a { background-color: rgb(50,84,236); }

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

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

 span { border-color: rgb(50,84,236); }

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