Html Css Color HEX #346DCE Royal Blue

📋 copy color: '#346DCE'

red 52 ◦ green 109 ◦ blue 206

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

Shades of Royal Blue #346DCE

Tints of Royal Blue #346DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.13%

R = 14.17%
G = 29.7%
B = 56.13%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#346DCE (or 0x346DCE) is known color: Royal Blue. HEX triplet: 34, 6D and CE. RGB value is (52,109,206). Sum of RGB (Red+Green+Blue) = 52+109+206=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #346DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346DCE is #CB9231. Grayscale: #666666. Windows color (decimal): -13341234 or 13528372. OLE color: 13528372.

HSL color Cylindrical-coordinate representation of color #346DCE: hue angle of 217.79º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346DCE is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 109 206 -
CMYK 0.75 0.47 0 0.19
HSL 217.79º 0.61% 0.51% -
HSV(B) 217.79º 0.75% 0.81% -
XYZ 18.03 16.12 60.55 -
YUV 103.02 186.12 91.61 -
System Red Green Blue C M Y K H S L
Decimal 52 109 206 0.75 0.47 0 0.19 217.79 0.61 0.51
Hex 34 6D CE 4B 2F 0 13 DA 3D 33
Octal 64 155 316 113 57 0 23 332 75 63
Binary 110100 1101101 11001110 1001011 101111 0 10011 11011010 111101 110011

Color Harmonies of #346DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346DCE

Black with #346DCE

Text Example


Text Example

White with #346DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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