Html Css Color HEX #346DDB Royal Blue

📋 copy color: '#346DDB'

red 52 ◦ green 109 ◦ blue 219

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

Shades of Royal Blue #346DDB

Tints of Royal Blue #346DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.68%

 BLUE value IS 219 (85.94% from 255) = 57.63%

R = 13.68%
G = 28.68%
B = 57.63%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#346DDB (or 0x346DDB) is known color: Royal Blue. HEX triplet: 34, 6D and DB. RGB value is (52,109,219). Sum of RGB (Red+Green+Blue) = 52+109+219=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #346DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346DDB is #CB9224. Grayscale: #686868. Windows color (decimal): -13341221 or 14380340. OLE color: 14380340.

HSL color Cylindrical-coordinate representation of color #346DDB: hue angle of 219.52º degrees, saturation: 0.7, 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 #346DDB is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 109 219 -
CMYK 0.76 0.50 0 0.14
HSL 219.52º 0.7% 0.53% -
HSV(B) 219.52º 0.76% 0.86% -
XYZ 19.67 16.78 69.22 -
YUV 104.5 192.62 90.56 -
System Red Green Blue C M Y K H S L
Decimal 52 109 219 0.76 0.50 0 0.14 219.52 0.7 0.53
Hex 34 6D DB 4C 32 0 E DC 46 35
Octal 64 155 333 114 62 0 16 334 106 65
Binary 110100 1101101 11011011 1001100 110010 0 1110 11011100 1000110 110101

Color Harmonies of #346DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346DDB

Black with #346DDB

Text Example


Text Example

White with #346DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,109,219); }

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

background-color css

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

 a { background-color: rgb(52,109,219); }

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

border-color css

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

 span { border-color: rgb(52,109,219); }

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