Html Css Color HEX #346FEC Royal Blue

📋 copy color: '#346FEC'

red 52 ◦ green 111 ◦ blue 236

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

Shades of Royal Blue #346FEC

Tints of Royal Blue #346FEC

RGB

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

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

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

R = 13.03%
G = 27.82%
B = 59.15%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#346FEC (or 0x346FEC) is known color: Royal Blue. HEX triplet: 34, 6F and EC. RGB value is (52,111,236). Sum of RGB (Red+Green+Blue) = 52+111+236=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #346FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346FEC is #CB9013. Grayscale: #6B6B6B. Windows color (decimal): -13340692 or 15494964. OLE color: 15494964.

HSL color Cylindrical-coordinate representation of color #346FEC: hue angle of 220.76º 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 #346FEC is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 111 236 -
CMYK 0.78 0.53 0 0.07
HSL 220.76º 0.83% 0.56% -
HSV(B) 220.76º 0.78% 0.93% -
XYZ 22.24 18.16 81.69 -
YUV 107.61 200.45 88.34 -
System Red Green Blue C M Y K H S L
Decimal 52 111 236 0.78 0.53 0 0.07 220.76 0.83 0.56
Hex 34 6F EC 4E 35 0 7 DD 53 38
Octal 64 157 354 116 65 0 7 335 123 70
Binary 110100 1101111 11101100 1001110 110101 0 111 11011101 1010011 111000

Color Harmonies of #346FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346FEC

Black with #346FEC

Text Example


Text Example

White with #346FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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