#345ED7

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

Shades of Royal Blue #345ED7

Tints of Royal Blue #345ED7

Color information

#345ED7 (or 0x345ED7) is unknown color: approx Royal Blue. HEX triplet: 34, 5E and D7. RGB value is (52,94,215). Sum of RGB (Red+Green+Blue) = 52+94+215=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 215 (84.38% from 255 or 59.56% from 361); Max value from RGB is 215 - color contains mainly: blue. Hex color #345ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345ED7 is #CBA128. Grayscale: #5E5E5E. Windows color (decimal): -13345065 or 14114356. OLE color: 14114356.

HSL color Cylindrical-coordinate representation of color #345ED7: hue angle of 224.54º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345ED7 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5294215-
CMYK0.760.5600.16
HSL224.54º67.08%52.35%-
HSV(B)224.54º75.81%84.31%-
XYZ17.6813.6465.99-
YUV95.24195.5997.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.40%
GREEN value IS 94 (37.11% from 255) = 26.04%
BLUE value IS 215 (84.38% from 255) = 59.56%
R=14.40%
G=26.04%
B=59.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal52942150.760.5600.16224.5467.0852.35
Hex345ED74C38010e14334
Octal641363271147002034110364
Binary1101001011110110101111001100111000010000111000011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,94,215); }

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

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

 a { background-color: rgb(52,94,215); }

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

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

 span { border-color: rgb(52,94,215); }

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