#3462EC

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

Shades of Royal Blue #3462EC

Tints of Royal Blue #3462EC

Color information

#3462EC (or 0x3462EC) is unknown color: approx Royal Blue. HEX triplet: 34, 62 and EC. RGB value is (52,98,236). Sum of RGB (Red+Green+Blue) = 52+98+236=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #3462EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3462EC is #CB9D13. Grayscale: #636363. Windows color (decimal): -13344020 or 15491636. OLE color: 15491636.

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

Color convert

RGB5298236-
CMYK0.780.5800.07
HSL225º82.88%56.47%-
HSV(B)225º77.97%92.55%-
XYZ20.9215.5281.25-
YUV99.98204.7693.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.47%
GREEN value IS 98 (38.67% from 255) = 25.39%
BLUE value IS 236 (92.58% from 255) = 61.14%
R=13.47%
G=25.39%
B=61.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal52982360.780.5800.0722582.8856.47
Hex3462EC4E3A07e15338
Octal64142354116720734112370
Binary11010011000101110110010011101110100111111000011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3462EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,98,236); }

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

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

 a { background-color: rgb(52,98,236); }

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

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

 span { border-color: rgb(52,98,236); }

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