Html Css Color HEX #346FCD Royal Blue

📋 copy color: '#346FCD'

red 52 ◦ green 111 ◦ blue 205

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

Shades of Royal Blue #346FCD

Tints of Royal Blue #346FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.16%

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

R = 14.13%
G = 30.16%
B = 55.71%

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

#346FCD (or 0x346FCD) is known color: Royal Blue. HEX triplet: 34, 6F and CD. RGB value is (52,111,205). Sum of RGB (Red+Green+Blue) = 52+111+205=368 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.13% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #346FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346FCD is #CB9032. Grayscale: #676767. Windows color (decimal): -13340723 or 13463348. OLE color: 13463348.

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

Color convert

RGB 52 111 205 -
CMYK 0.75 0.46 0 0.20
HSL 216.86º 0.6% 0.5% -
HSV(B) 216.86º 0.75% 0.8% -
XYZ 18.12 16.51 59.99 -
YUV 104.08 184.95 90.86 -
System Red Green Blue C M Y K H S L
Decimal 52 111 205 0.75 0.46 0 0.20 216.86 0.6 0.5
Hex 34 6F CD 4B 2E 0 14 D9 3C 32
Octal 64 157 315 113 56 0 24 331 74 62
Binary 110100 1101111 11001101 1001011 101110 0 10100 11011001 111100 110010

Color Harmonies of #346FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346FCD

Black with #346FCD

Text Example


Text Example

White with #346FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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