Html Css Color HEX #346DCD Royal Blue

📋 copy color: '#346DCD'

red 52 ◦ green 109 ◦ blue 205

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

Shades of Royal Blue #346DCD

Tints of Royal Blue #346DCD

RGB

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

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

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

R = 14.21%
G = 29.78%
B = 56.01%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#346DCD (or 0x346DCD) is known color: Royal Blue. HEX triplet: 34, 6D and CD. RGB value is (52,109,205). Sum of RGB (Red+Green+Blue) = 52+109+205=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #346DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346DCD is #CB9232. Grayscale: #666666. Windows color (decimal): -13341235 or 13462836. OLE color: 13462836.

HSL color Cylindrical-coordinate representation of color #346DCD: hue angle of 217.65º 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 #346DCD is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 109 205 -
CMYK 0.75 0.47 0 0.20
HSL 217.65º 0.6% 0.5% -
HSV(B) 217.65º 0.75% 0.8% -
XYZ 17.9 16.08 59.92 -
YUV 102.9 185.62 91.69 -
System Red Green Blue C M Y K H S L
Decimal 52 109 205 0.75 0.47 0 0.20 217.65 0.6 0.5
Hex 34 6D CD 4B 2F 0 14 DA 3C 32
Octal 64 155 315 113 57 0 24 332 74 62
Binary 110100 1101101 11001101 1001011 101111 0 10100 11011010 111100 110010

Color Harmonies of #346DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346DCD

Black with #346DCD

Text Example


Text Example

White with #346DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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