#345FFD

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

Shades of Royal Blue #345FFD

Tints of Royal Blue #345FFD

Color information

#345FFD (or 0x345FFD) is unknown color: approx Royal Blue. HEX triplet: 34, 5F and FD. RGB value is (52,95,253). Sum of RGB (Red+Green+Blue) = 52+95+253=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #345FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345FFD is #CBA002. Grayscale: #636363. Windows color (decimal): -13344771 or 16604980. OLE color: 16604980.

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

Color convert

RGB5295253-
CMYK0.790.6200.01
HSL227.16º98.05%59.8%-
HSV(B)227.16º79.45%99.22%-
XYZ23.2416.0194.79-
YUV100.15214.2593.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13%
GREEN value IS 95 (37.5% from 255) = 23.75%
BLUE value IS 253 (99.22% from 255) = 63.25%
R=13%
G=23.75%
B=63.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal52952530.790.6200.01227.1698.0559.8
Hex345FFD4F3E01e3623c
Octal64137375117760134314274
Binary110100101111111111101100111111111001111000111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345FFD; }

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

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

<style>
 a { background-color: #345FFD; }

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

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

<style>
 span { border-color: #345FFD; }

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

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