Html Css Color HEX #346EDC Royal Blue

📋 copy color: '#346EDC'

red 52 ◦ green 110 ◦ blue 220

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

Shades of Royal Blue #346EDC

Tints of Royal Blue #346EDC

RGB

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

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

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

R = 13.61%
G = 28.8%
B = 57.59%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#346EDC (or 0x346EDC) is known color: Royal Blue. HEX triplet: 34, 6E and DC. RGB value is (52,110,220). Sum of RGB (Red+Green+Blue) = 52+110+220=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #346EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346EDC is #CB9123. Grayscale: #686868. Windows color (decimal): -13340964 or 14446132. OLE color: 14446132.

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

Color convert

RGB 52 110 220 -
CMYK 0.76 0.50 0 0.14
HSL 219.29º 0.71% 0.53% -
HSV(B) 219.29º 0.76% 0.86% -
XYZ 19.91 17.05 69.95 -
YUV 105.2 192.78 90.06 -
System Red Green Blue C M Y K H S L
Decimal 52 110 220 0.76 0.50 0 0.14 219.29 0.71 0.53
Hex 34 6E DC 4C 32 0 E DB 47 35
Octal 64 156 334 114 62 0 16 333 107 65
Binary 110100 1101110 11011100 1001100 110010 0 1110 11011011 1000111 110101

Color Harmonies of #346EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346EDC

Black with #346EDC

Text Example


Text Example

White with #346EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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