Html Css Color HEX #346ECD Royal Blue

📋 copy color: '#346ECD'

red 52 ◦ green 110 ◦ blue 205

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

Shades of Royal Blue #346ECD

Tints of Royal Blue #346ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.97%

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

R = 14.17%
G = 29.97%
B = 55.86%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#346ECD (or 0x346ECD) is known color: Royal Blue. HEX triplet: 34, 6E and CD. RGB value is (52,110,205). Sum of RGB (Red+Green+Blue) = 52+110+205=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #346ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346ECD is #CB9132. Grayscale: #676767. Windows color (decimal): -13340979 or 13463092. OLE color: 13463092.

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

Color convert

RGB 52 110 205 -
CMYK 0.75 0.46 0 0.20
HSL 217.25º 0.6% 0.5% -
HSV(B) 217.25º 0.75% 0.8% -
XYZ 18.01 16.29 59.95 -
YUV 103.49 185.28 91.28 -
System Red Green Blue C M Y K H S L
Decimal 52 110 205 0.75 0.46 0 0.20 217.25 0.6 0.5
Hex 34 6E CD 4B 2E 0 14 D9 3C 32
Octal 64 156 315 113 56 0 24 331 74 62
Binary 110100 1101110 11001101 1001011 101110 0 10100 11011001 111100 110010

Color Harmonies of #346ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346ECD

Black with #346ECD

Text Example


Text Example

White with #346ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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