#3466FD

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

Shades of Royal Blue #3466FD

Tints of Royal Blue #3466FD

Color information

#3466FD (or 0x3466FD) is unknown color: approx Royal Blue. HEX triplet: 34, 66 and FD. RGB value is (52,102,253). Sum of RGB (Red+Green+Blue) = 52+102+253=407 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.78% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #3466FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3466FD is #CB9902. Grayscale: #676767. Windows color (decimal): -13342979 or 16606772. OLE color: 16606772.

HSL color Cylindrical-coordinate representation of color #3466FD: hue angle of 225.07º 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 #3466FD is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB52102253-
CMYK0.790.6000.01
HSL225.07º98.05%59.8%-
HSV(B)225.07º79.45%99.22%-
XYZ23.917.3295.01-
YUV104.26211.9490.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.78%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 253 (99.22% from 255) = 62.16%
R=12.78%
G=25.06%
B=62.16%

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
Decimal521022530.790.6000.01225.0798.0559.8
Hex3466FD4F3C01e1623c
Octal64146375117740134114274
Binary110100110011011111101100111111110001111000011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3466FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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