#3465FD

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

Shades of Royal Blue #3465FD

Tints of Royal Blue #3465FD

Color information

#3465FD (or 0x3465FD) is unknown color: approx Royal Blue. HEX triplet: 34, 65 and FD. RGB value is (52,101,253). Sum of RGB (Red+Green+Blue) = 52+101+253=406 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.81% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #3465FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3465FD is #CB9A02. Grayscale: #676767. Windows color (decimal): -13343235 or 16606516. OLE color: 16606516.

HSL color Cylindrical-coordinate representation of color #3465FD: hue angle of 225.37º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3465FD is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB52101253-
CMYK0.790.6000.01
HSL225.37º98.05%59.8%-
HSV(B)225.37º79.45%99.22%-
XYZ23.817.1394.98-
YUV103.68212.2791.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.81%
GREEN value IS 101 (39.84% from 255) = 24.88%
BLUE value IS 253 (99.22% from 255) = 62.32%
R=12.81%
G=24.88%
B=62.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal521012530.790.6000.01225.3798.0559.8
Hex3465FD4F3C01e1623c
Octal64145375117740134114274
Binary110100110010111111101100111111110001111000011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3465FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3465FD; }

 p { color: rgb(52,101,253); }

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

<style>
 a { background-color: #3465FD; }

 a { background-color: rgb(52,101,253); }

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

<style>
 span { border-color: #3465FD; }

 span { border-color: rgb(52,101,253); }

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