Html Css Color HEX #346EEC Royal Blue

📋 copy color: '#346EEC'

red 52 ◦ green 110 ◦ blue 236

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

Shades of Royal Blue #346EEC

Tints of Royal Blue #346EEC

RGB

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

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

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

R = 13.07%
G = 27.64%
B = 59.3%

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

#346EEC (or 0x346EEC) is known color: Royal Blue. HEX triplet: 34, 6E and EC. RGB value is (52,110,236). Sum of RGB (Red+Green+Blue) = 52+110+236=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #346EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346EEC is #CB9113. Grayscale: #6A6A6A. Windows color (decimal): -13340948 or 15494708. OLE color: 15494708.

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

Color convert

RGB 52 110 236 -
CMYK 0.78 0.53 0 0.07
HSL 221.09º 0.83% 0.56% -
HSV(B) 221.09º 0.78% 0.93% -
XYZ 22.13 17.94 81.65 -
YUV 107.02 200.78 88.75 -
System Red Green Blue C M Y K H S L
Decimal 52 110 236 0.78 0.53 0 0.07 221.09 0.83 0.56
Hex 34 6E EC 4E 35 0 7 DD 53 38
Octal 64 156 354 116 65 0 7 335 123 70
Binary 110100 1101110 11101100 1001110 110101 0 111 11011101 1010011 111000

Color Harmonies of #346EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346EEC

Black with #346EEC

Text Example


Text Example

White with #346EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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