Html Css Color HEX #346DEC Royal Blue

📋 copy color: '#346DEC'

red 52 ◦ green 109 ◦ blue 236

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

Shades of Royal Blue #346DEC

Tints of Royal Blue #346DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.45%

R = 13.1%
G = 27.46%
B = 59.45%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#346DEC (or 0x346DEC) is known color: Royal Blue. HEX triplet: 34, 6D and EC. RGB value is (52,109,236). Sum of RGB (Red+Green+Blue) = 52+109+236=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #346DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346DEC is #CB9213. Grayscale: #696969. Windows color (decimal): -13341204 or 15494452. OLE color: 15494452.

HSL color Cylindrical-coordinate representation of color #346DEC: hue angle of 221.41º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #346DEC is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 109 236 -
CMYK 0.78 0.54 0 0.07
HSL 221.41º 0.83% 0.56% -
HSV(B) 221.41º 0.78% 0.93% -
XYZ 22.03 17.72 81.62 -
YUV 106.44 201.12 89.17 -
System Red Green Blue C M Y K H S L
Decimal 52 109 236 0.78 0.54 0 0.07 221.41 0.83 0.56
Hex 34 6D EC 4E 36 0 7 DD 53 38
Octal 64 155 354 116 66 0 7 335 123 70
Binary 110100 1101101 11101100 1001110 110110 0 111 11011101 1010011 111000

Color Harmonies of #346DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346DEC

Black with #346DEC

Text Example


Text Example

White with #346DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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