Html Css Color HEX #346FEF Royal Blue

📋 copy color: '#346FEF'

red 52 ◦ green 111 ◦ blue 239

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

Shades of Royal Blue #346FEF

Tints of Royal Blue #346FEF

RGB

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

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

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

R = 12.94%
G = 27.61%
B = 59.45%

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

#346FEF (or 0x346FEF) is known color: Royal Blue. HEX triplet: 34, 6F and EF. RGB value is (52,111,239). Sum of RGB (Red+Green+Blue) = 52+111+239=402 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.94% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #346FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346FEF is #CB9010. Grayscale: #6B6B6B. Windows color (decimal): -13340689 or 15691572. OLE color: 15691572.

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

Color convert

RGB 52 111 239 -
CMYK 0.78 0.54 0 0.06
HSL 221.07º 0.85% 0.57% -
HSV(B) 221.07º 0.78% 0.94% -
XYZ 22.68 18.33 84 -
YUV 107.95 201.95 88.09 -
System Red Green Blue C M Y K H S L
Decimal 52 111 239 0.78 0.54 0 0.06 221.07 0.85 0.57
Hex 34 6F EF 4E 36 0 6 DD 55 39
Octal 64 157 357 116 66 0 6 335 125 71
Binary 110100 1101111 11101111 1001110 110110 0 110 11011101 1010101 111001

Color Harmonies of #346FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346FEF

Black with #346FEF

Text Example


Text Example

White with #346FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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