Html Css Color HEX #346AD5 Royal Blue

📋 copy color: '#346AD5'

red 52 ◦ green 106 ◦ blue 213

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

Shades of Royal Blue #346AD5

Tints of Royal Blue #346AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 57.41%

R = 14.02%
G = 28.57%
B = 57.41%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#346AD5 (or 0x346AD5) is known color: Royal Blue. HEX triplet: 34, 6A and D5. RGB value is (52,106,213). Sum of RGB (Red+Green+Blue) = 52+106+213=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 213 (83.59% from 255 or 57.41% from 371); Max value from RGB is 213 - color contains mainly: blue. Hex color #346AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346AD5 is #CB952A. Grayscale: #656565. Windows color (decimal): -13341995 or 13986356. OLE color: 13986356.

HSL color Cylindrical-coordinate representation of color #346AD5: hue angle of 219.88º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #346AD5 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 52 106 213 -
CMYK 0.76 0.50 0 0.16
HSL 219.88º 0.66% 0.52% -
HSV(B) 219.88º 0.76% 0.84% -
XYZ 18.58 15.84 65.03 -
YUV 102.05 190.61 92.3 -
System Red Green Blue C M Y K H S L
Decimal 52 106 213 0.76 0.50 0 0.16 219.88 0.66 0.52
Hex 34 6A D5 4C 32 0 10 DC 42 34
Octal 64 152 325 114 62 0 20 334 102 64
Binary 110100 1101010 11010101 1001100 110010 0 10000 11011100 1000010 110100

Color Harmonies of #346AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346AD5

Black with #346AD5

Text Example


Text Example

White with #346AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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