#345BDE

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

Shades of Royal Blue #345BDE

Tints of Royal Blue #345BDE

Color information

#345BDE (or 0x345BDE) is unknown color: approx Royal Blue. HEX triplet: 34, 5B and DE. RGB value is (52,91,222). Sum of RGB (Red+Green+Blue) = 52+91+222=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #345BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345BDE is #CBA421. Grayscale: #5D5D5D. Windows color (decimal): -13345826 or 14572340. OLE color: 14572340.

HSL color Cylindrical-coordinate representation of color #345BDE: hue angle of 226.24º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #345BDE is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5291222-
CMYK0.770.5900.13
HSL226.24º72.03%53.73%-
HSV(B)226.24º76.58%87.06%-
XYZ18.3413.4970.74-
YUV94.27200.0897.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.25%
GREEN value IS 91 (35.94% from 255) = 24.93%
BLUE value IS 222 (87.11% from 255) = 60.82%
R=14.25%
G=24.93%
B=60.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52912220.770.5900.13226.2472.0353.73
Hex345BDE4D3B0De24836
Octal641333361157301534211066
Binary110100101101111011110100110111101101101111000101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,91,222); }

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

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

 a { background-color: rgb(52,91,222); }

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

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

 span { border-color: rgb(52,91,222); }

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