Html Css Color HEX #346CFE Royal Blue

📋 copy color: '#346CFE'

red 52 ◦ green 108 ◦ blue 254

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

Shades of Royal Blue #346CFE

Tints of Royal Blue #346CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.09%

 BLUE value IS 254 (99.61% from 255) = 61.35%

R = 12.56%
G = 26.09%
B = 61.35%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#346CFE (or 0x346CFE) is known color: Royal Blue. HEX triplet: 34, 6C and FE. RGB value is (52,108,254). Sum of RGB (Red+Green+Blue) = 52+108+254=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #346CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346CFE is #CB9301. Grayscale: #6B6B6B. Windows color (decimal): -13341442 or 16673844. OLE color: 16673844.

HSL color Cylindrical-coordinate representation of color #346CFE: hue angle of 223.37º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #346CFE is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 52 108 254 -
CMYK 0.80 0.57 0 0.00
HSL 223.37º 0.99% 0.6% -
HSV(B) 223.37º 0.8% 1% -
XYZ 24.67 18.61 96.06 -
YUV 107.9 210.45 88.13 -
System Red Green Blue C M Y K H S L
Decimal 52 108 254 0.80 0.57 0 0.00 223.37 0.99 0.6
Hex 34 6C FE 50 39 0 0 DF 63 3C
Octal 64 154 376 120 71 0 0 337 143 74
Binary 110100 1101100 11111110 1010000 111001 0 0 11011111 1100011 111100

Color Harmonies of #346CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346CFE

Black with #346CFE

Text Example


Text Example

White with #346CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,108,254); }

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

background-color css

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

 a { background-color: rgb(52,108,254); }

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

border-color css

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

 span { border-color: rgb(52,108,254); }

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