#3461EC

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

Shades of Royal Blue #3461EC

Tints of Royal Blue #3461EC

Color information

#3461EC (or 0x3461EC) is unknown color: approx Royal Blue. HEX triplet: 34, 61 and EC. RGB value is (52,97,236). Sum of RGB (Red+Green+Blue) = 52+97+236=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #3461EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3461EC is #CB9E13. Grayscale: #626262. Windows color (decimal): -13344276 or 15491380. OLE color: 15491380.

HSL color Cylindrical-coordinate representation of color #3461EC: hue angle of 225.33º 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 #3461EC is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5297236-
CMYK0.780.5900.07
HSL225.33º82.88%56.47%-
HSV(B)225.33º77.97%92.55%-
XYZ20.8315.3481.22-
YUV99.39205.0994.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.51%
GREEN value IS 97 (38.28% from 255) = 25.19%
BLUE value IS 236 (92.58% from 255) = 61.30%
R=13.51%
G=25.19%
B=61.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal52972360.780.5900.07225.3382.8856.47
Hex3461EC4E3B07e15338
Octal64141354116730734112370
Binary11010011000011110110010011101110110111111000011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3461EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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