Html Css Color HEX #346ADC Royal Blue

📋 copy color: '#346ADC'

red 52 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #346ADC

Tints of Royal Blue #346ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 13.76%
G = 28.04%
B = 58.2%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#346ADC (or 0x346ADC) is known color: Royal Blue. HEX triplet: 34, 6A and DC. RGB value is (52,106,220). Sum of RGB (Red+Green+Blue) = 52+106+220=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #346ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346ADC is #CB9523. Grayscale: #666666. Windows color (decimal): -13341988 or 14445108. OLE color: 14445108.

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

Color convert

RGB 52 106 220 -
CMYK 0.76 0.52 0 0.14
HSL 220.71º 0.71% 0.53% -
HSV(B) 220.71º 0.76% 0.86% -
XYZ 19.49 16.21 69.81 -
YUV 102.85 194.11 91.73 -
System Red Green Blue C M Y K H S L
Decimal 52 106 220 0.76 0.52 0 0.14 220.71 0.71 0.53
Hex 34 6A DC 4C 34 0 E DD 47 35
Octal 64 152 334 114 64 0 16 335 107 65
Binary 110100 1101010 11011100 1001100 110100 0 1110 11011101 1000111 110101

Color Harmonies of #346ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346ADC

Black with #346ADC

Text Example


Text Example

White with #346ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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