Html Css Color HEX #346AD9 Royal Blue

📋 copy color: '#346AD9'

red 52 ◦ green 106 ◦ blue 217

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

Shades of Royal Blue #346AD9

Tints of Royal Blue #346AD9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.27%

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

R = 13.87%
G = 28.27%
B = 57.87%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#346AD9 (or 0x346AD9) is known color: Royal Blue. HEX triplet: 34, 6A and D9. RGB value is (52,106,217). Sum of RGB (Red+Green+Blue) = 52+106+217=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 217 (85.16% from 255 or 57.87% from 375); Max value from RGB is 217 - color contains mainly: blue. Hex color #346AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346AD9 is #CB9526. Grayscale: #666666. Windows color (decimal): -13341991 or 14248500. OLE color: 14248500.

HSL color Cylindrical-coordinate representation of color #346AD9: hue angle of 220.36º 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 #346AD9 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 106 217 -
CMYK 0.76 0.51 0 0.15
HSL 220.36º 0.68% 0.53% -
HSV(B) 220.36º 0.76% 0.85% -
XYZ 19.09 16.05 67.74 -
YUV 102.51 192.61 91.97 -
System Red Green Blue C M Y K H S L
Decimal 52 106 217 0.76 0.51 0 0.15 220.36 0.68 0.53
Hex 34 6A D9 4C 33 0 F DC 44 35
Octal 64 152 331 114 63 0 17 334 104 65
Binary 110100 1101010 11011001 1001100 110011 0 1111 11011100 1000100 110101

Color Harmonies of #346AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346AD9

Black with #346AD9

Text Example


Text Example

White with #346AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346AD9; }

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

 H1.HeaderClassName
 {
   color: #346AD9;
 }
 .AnyTagClassName
 {
   color: #346AD9;
 }
</style>

background-color css

<style>
 a { background-color: #346AD9; }

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

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

border-color css

<style>
 span { border-color: #346AD9; }

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

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