Html Css Color HEX #346FEE Royal Blue

📋 copy color: '#346FEE'

red 52 ◦ green 111 ◦ blue 238

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

Shades of Royal Blue #346FEE

Tints of Royal Blue #346FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.35%

R = 12.97%
G = 27.68%
B = 59.35%

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

#346FEE (or 0x346FEE) is known color: Royal Blue. HEX triplet: 34, 6F and EE. RGB value is (52,111,238). Sum of RGB (Red+Green+Blue) = 52+111+238=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #346FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346FEE is #CB9011. Grayscale: #6B6B6B. Windows color (decimal): -13340690 or 15626036. OLE color: 15626036.

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

Color convert

RGB 52 111 238 -
CMYK 0.78 0.53 0 0.07
HSL 220.97º 0.85% 0.57% -
HSV(B) 220.97º 0.78% 0.93% -
XYZ 22.53 18.27 83.23 -
YUV 107.84 201.45 88.17 -
System Red Green Blue C M Y K H S L
Decimal 52 111 238 0.78 0.53 0 0.07 220.97 0.85 0.57
Hex 34 6F EE 4E 35 0 7 DD 55 39
Octal 64 157 356 116 65 0 7 335 125 71
Binary 110100 1101111 11101110 1001110 110101 0 111 11011101 1010101 111001

Color Harmonies of #346FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346FEE

Black with #346FEE

Text Example


Text Example

White with #346FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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