#345CD5

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

Shades of Royal Blue #345CD5

Tints of Royal Blue #345CD5

Color information

#345CD5 (or 0x345CD5) is unknown color: approx Royal Blue. HEX triplet: 34, 5C and D5. RGB value is (52,92,213). Sum of RGB (Red+Green+Blue) = 52+92+213=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 213 (83.59% from 255 or 59.66% from 357); Max value from RGB is 213 - color contains mainly: blue. Hex color #345CD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CD5 is #CBA32A. Grayscale: #5D5D5D. Windows color (decimal): -13345579 or 13982772. OLE color: 13982772.

HSL color Cylindrical-coordinate representation of color #345CD5: hue angle of 225.09º degrees, saturation: 0.66, 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 #345CD5 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5292213-
CMYK0.760.5700.16
HSL225.09º65.71%51.96%-
HSV(B)225.09º75.59%83.53%-
XYZ17.2513.1964.59-
YUV93.83195.2598.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.57%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 213 (83.59% from 255) = 59.66%
R=14.57%
G=25.77%
B=59.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal52922130.760.5700.16225.0965.7151.96
Hex345CD54C39010e14234
Octal641343251147102034110264
Binary1101001011100110101011001100111001010000111000011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,92,213); }

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

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

 a { background-color: rgb(52,92,213); }

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

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

 span { border-color: rgb(52,92,213); }

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