Html Css Color HEX #346EEF Royal Blue

📋 copy color: '#346EEF'

red 52 ◦ green 110 ◦ blue 239

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

Shades of Royal Blue #346EEF

Tints of Royal Blue #346EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.6%

R = 12.97%
G = 27.43%
B = 59.6%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#346EEF (or 0x346EEF) is known color: Royal Blue. HEX triplet: 34, 6E and EF. RGB value is (52,110,239). Sum of RGB (Red+Green+Blue) = 52+110+239=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #346EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346EEF is #CB9110. Grayscale: #6A6A6A. Windows color (decimal): -13340945 or 15691316. OLE color: 15691316.

HSL color Cylindrical-coordinate representation of color #346EEF: hue angle of 221.39º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #346EEF is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 110 239 -
CMYK 0.78 0.54 0 0.06
HSL 221.39º 0.85% 0.57% -
HSV(B) 221.39º 0.78% 0.94% -
XYZ 22.57 18.11 83.97 -
YUV 107.36 202.28 88.51 -
System Red Green Blue C M Y K H S L
Decimal 52 110 239 0.78 0.54 0 0.06 221.39 0.85 0.57
Hex 34 6E EF 4E 36 0 6 DD 55 39
Octal 64 156 357 116 66 0 6 335 125 71
Binary 110100 1101110 11101111 1001110 110110 0 110 11011101 1010101 111001

Color Harmonies of #346EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346EEF

Black with #346EEF

Text Example


Text Example

White with #346EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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