#3460FA

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

Shades of Royal Blue #3460FA

Tints of Royal Blue #3460FA

Color information

#3460FA (or 0x3460FA) is unknown color: approx Royal Blue. HEX triplet: 34, 60 and FA. RGB value is (52,96,250). Sum of RGB (Red+Green+Blue) = 52+96+250=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #3460FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3460FA is #CB9F05. Grayscale: #636363. Windows color (decimal): -13344518 or 16408628. OLE color: 16408628.

HSL color Cylindrical-coordinate representation of color #3460FA: hue angle of 226.67º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3460FA is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5296250-
CMYK0.790.6200.02
HSL226.67º95.19%59.22%-
HSV(B)226.67º79.2%98.04%-
XYZ22.851692.33-
YUV100.4212.4293.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.07%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 250 (98.05% from 255) = 62.81%
R=13.07%
G=24.12%
B=62.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal52962500.790.6200.02226.6795.1959.22
Hex3460FA4F3E02e35f3b
Octal64140372117760234313773
Binary1101001100000111110101001111111110010111000111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3460FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3460FA; }

 p { color: rgb(52,96,250); }

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

<style>
 a { background-color: #3460FA; }

 a { background-color: rgb(52,96,250); }

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

<style>
 span { border-color: #3460FA; }

 span { border-color: rgb(52,96,250); }

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