#3468FD

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

Shades of Royal Blue #3468FD

Tints of Royal Blue #3468FD

Color information

#3468FD (or 0x3468FD) is unknown color: approx Royal Blue. HEX triplet: 34, 68 and FD. RGB value is (52,104,253). Sum of RGB (Red+Green+Blue) = 52+104+253=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #3468FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3468FD is #CB9702. Grayscale: #686868. Windows color (decimal): -13342467 or 16607284. OLE color: 16607284.

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

Color convert

RGB52104253-
CMYK0.790.5900.01
HSL224.48º98.05%59.8%-
HSV(B)224.48º79.45%99.22%-
XYZ24.117.7295.08-
YUV105.44211.2789.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.71%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 253 (99.22% from 255) = 61.86%
R=12.71%
G=25.43%
B=61.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal521042530.790.5900.01224.4898.0559.8
Hex3468FD4F3B01e0623c
Octal64150375117730134014274
Binary110100110100011111101100111111101101111000001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3468FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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