#345DDD

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

Shades of Royal Blue #345DDD

Tints of Royal Blue #345DDD

Color information

#345DDD (or 0x345DDD) is unknown color: approx Royal Blue. HEX triplet: 34, 5D and DD. RGB value is (52,93,221). Sum of RGB (Red+Green+Blue) = 52+93+221=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #345DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345DDD is #CBA222. Grayscale: #5E5E5E. Windows color (decimal): -13345315 or 14507316. OLE color: 14507316.

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

Color convert

RGB5293221-
CMYK0.760.5800.13
HSL225.44º71.31%53.53%-
HSV(B)225.44º76.47%86.67%-
XYZ18.3813.7870.1-
YUV95.33198.9297.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.21%
GREEN value IS 93 (36.72% from 255) = 25.41%
BLUE value IS 221 (86.72% from 255) = 60.38%
R=14.21%
G=25.41%
B=60.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52932210.760.5800.13225.4471.3153.53
Hex345DDD4C3A0De14736
Octal641353351147201534110766
Binary110100101110111011101100110011101001101111000011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,93,221); }

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

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

 a { background-color: rgb(52,93,221); }

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

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

 span { border-color: rgb(52,93,221); }

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