#345BDC

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

Shades of Royal Blue #345BDC

Tints of Royal Blue #345BDC

Color information

#345BDC (or 0x345BDC) is unknown color: approx Royal Blue. HEX triplet: 34, 5B and DC. RGB value is (52,91,220). Sum of RGB (Red+Green+Blue) = 52+91+220=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #345BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345BDC is #CBA423. Grayscale: #5D5D5D. Windows color (decimal): -13345828 or 14441268. OLE color: 14441268.

HSL color Cylindrical-coordinate representation of color #345BDC: hue angle of 226.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345BDC is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5291220-
CMYK0.760.5900.14
HSL226.07º70.59%53.33%-
HSV(B)226.07º76.36%86.27%-
XYZ18.0813.3869.34-
YUV94.04199.0898.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.33%
GREEN value IS 91 (35.94% from 255) = 25.07%
BLUE value IS 220 (86.33% from 255) = 60.61%
R=14.33%
G=25.07%
B=60.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal52912200.760.5900.14226.0770.5953.33
Hex345BDC4C3B0Ee24735
Octal641333341147301634210765
Binary110100101101111011100100110011101101110111000101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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