Html Css Color HEX #345BD9 Royal Blue

📋 copy color: '#345BD9'

red 52 ◦ green 91 ◦ blue 217

#345BD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #345BD9

Tints of Royal Blue #345BD9

RGB

 RED value IS 52 (20.7% from 255) = 14.44%

 GREEN value IS 91 (35.94% from 255) = 25.28%

 BLUE value IS 217 (85.16% from 255) = 60.28%

R = 14.44%
G = 25.28%
B = 60.28%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#345BD9 (or 0x345BD9) is known color: Royal Blue. HEX triplet: 34, 5B and D9. RGB value is (52,91,217). Sum of RGB (Red+Green+Blue) = 52+91+217=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 217 (85.16% from 255 or 60.28% from 360); Max value from RGB is 217 - color contains mainly: blue. Hex color #345BD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345BD9 is #CBA426. Grayscale: #5D5D5D. Windows color (decimal): -13345831 or 14244660. OLE color: 14244660.

HSL color Cylindrical-coordinate representation of color #345BD9: hue angle of 225.82º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345BD9 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 91 217 -
CMYK 0.76 0.58 0 0.15
HSL 225.82º 0.68% 0.53% -
HSV(B) 225.82º 0.76% 0.85% -
XYZ 17.68 13.22 67.27 -
YUV 93.7 197.58 98.25 -
System Red Green Blue C M Y K H S L
Decimal 52 91 217 0.76 0.58 0 0.15 225.82 0.68 0.53
Hex 34 5B D9 4C 3A 0 F E2 44 35
Octal 64 133 331 114 72 0 17 342 104 65
Binary 110100 1011011 11011001 1001100 111010 0 1111 11100010 1000100 110101

Color Harmonies of #345BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345BD9

Black with #345BD9

Text Example


Text Example

White with #345BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #345BD9;
 }
 .AnyTagClassName
 {
   color: #345BD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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