#3463EC

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

Shades of Royal Blue #3463EC

Tints of Royal Blue #3463EC

Color information

#3463EC (or 0x3463EC) is unknown color: approx Royal Blue. HEX triplet: 34, 63 and EC. RGB value is (52,99,236). Sum of RGB (Red+Green+Blue) = 52+99+236=387 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.44% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #3463EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3463EC is #CB9C13. Grayscale: #636363. Windows color (decimal): -13343764 or 15491892. OLE color: 15491892.

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

Color convert

RGB5299236-
CMYK0.780.5800.07
HSL224.67º82.88%56.47%-
HSV(B)224.67º77.97%92.55%-
XYZ21.0215.7181.28-
YUV100.56204.4393.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.44%
GREEN value IS 99 (39.06% from 255) = 25.58%
BLUE value IS 236 (92.58% from 255) = 60.98%
R=13.44%
G=25.58%
B=60.98%

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
Decimal52992360.780.5800.07224.6782.8856.47
Hex3463EC4E3A07e15338
Octal64143354116720734112370
Binary11010011000111110110010011101110100111111000011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3463EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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