#3463DE

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

Shades of Royal Blue #3463DE

Tints of Royal Blue #3463DE

Color information

#3463DE (or 0x3463DE) is unknown color: approx Royal Blue. HEX triplet: 34, 63 and DE. RGB value is (52,99,222). Sum of RGB (Red+Green+Blue) = 52+99+222=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #3463DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3463DE is #CB9C21. Grayscale: #626262. Windows color (decimal): -13343778 or 14574388. OLE color: 14574388.

HSL color Cylindrical-coordinate representation of color #3463DE: hue angle of 223.41º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3463DE is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5299222-
CMYK0.770.5500.13
HSL223.41º72.03%53.73%-
HSV(B)223.41º76.58%87.06%-
XYZ19.0614.9370.98-
YUV98.97197.4394.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.94%
GREEN value IS 99 (39.06% from 255) = 26.54%
BLUE value IS 222 (87.11% from 255) = 59.52%
R=13.94%
G=26.54%
B=59.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52992220.770.5500.13223.4172.0353.73
Hex3463DE4D370Ddf4836
Octal641433361156701533711066
Binary110100110001111011110100110111011101101110111111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3463DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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