Html Css Color HEX #346BFC Royal Blue

📋 copy color: '#346BFC'

red 52 ◦ green 107 ◦ blue 252

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

Shades of Royal Blue #346BFC

Tints of Royal Blue #346BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.03%

 BLUE value IS 252 (98.83% from 255) = 61.31%

R = 12.65%
G = 26.03%
B = 61.31%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#346BFC (or 0x346BFC) is known color: Royal Blue. HEX triplet: 34, 6B and FC. RGB value is (52,107,252). Sum of RGB (Red+Green+Blue) = 52+107+252=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #346BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346BFC is #CB9403. Grayscale: #6A6A6A. Windows color (decimal): -13341700 or 16542516. OLE color: 16542516.

HSL color Cylindrical-coordinate representation of color #346BFC: hue angle of 223.5º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #346BFC is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 107 252 -
CMYK 0.79 0.58 0 0.01
HSL 223.5º 0.97% 0.6% -
HSV(B) 223.5º 0.79% 0.99% -
XYZ 24.24 18.27 94.34 -
YUV 107.09 209.78 88.71 -
System Red Green Blue C M Y K H S L
Decimal 52 107 252 0.79 0.58 0 0.01 223.5 0.97 0.6
Hex 34 6B FC 4F 3A 0 1 E0 61 3C
Octal 64 153 374 117 72 0 1 340 141 74
Binary 110100 1101011 11111100 1001111 111010 0 1 11100000 1100001 111100

Color Harmonies of #346BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346BFC

Black with #346BFC

Text Example


Text Example

White with #346BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,107,252); }

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

background-color css

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

 a { background-color: rgb(52,107,252); }

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

border-color css

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

 span { border-color: rgb(52,107,252); }

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