Html Css Color HEX #346ACD Royal Blue

📋 copy color: '#346ACD'

red 52 ◦ green 106 ◦ blue 205

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

Shades of Royal Blue #346ACD

Tints of Royal Blue #346ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.47%

R = 14.33%
G = 29.2%
B = 56.47%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#346ACD (or 0x346ACD) is known color: Royal Blue. HEX triplet: 34, 6A and CD. RGB value is (52,106,205). Sum of RGB (Red+Green+Blue) = 52+106+205=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #346ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346ACD is #CB9532. Grayscale: #646464. Windows color (decimal): -13342003 or 13462068. OLE color: 13462068.

HSL color Cylindrical-coordinate representation of color #346ACD: hue angle of 218.82º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346ACD is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 106 205 -
CMYK 0.75 0.48 0 0.20
HSL 218.82º 0.6% 0.5% -
HSV(B) 218.82º 0.75% 0.8% -
XYZ 17.59 15.45 59.81 -
YUV 101.14 186.61 92.95 -
System Red Green Blue C M Y K H S L
Decimal 52 106 205 0.75 0.48 0 0.20 218.82 0.6 0.5
Hex 34 6A CD 4B 30 0 14 DB 3C 32
Octal 64 152 315 113 60 0 24 333 74 62
Binary 110100 1101010 11001101 1001011 110000 0 10100 11011011 111100 110010

Color Harmonies of #346ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346ACD

Black with #346ACD

Text Example


Text Example

White with #346ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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