Html Css Color HEX #346BFF Royal Blue

📋 copy color: '#346BFF'

red 52 ◦ green 107 ◦ blue 255

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

Shades of Royal Blue #346BFF

Tints of Royal Blue #346BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.59%

R = 12.56%
G = 25.85%
B = 61.59%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#346BFF (or 0x346BFF) is known color: Royal Blue. HEX triplet: 34, 6B and FF. RGB value is (52,107,255). Sum of RGB (Red+Green+Blue) = 52+107+255=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #346BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346BFF is #CB9400. Grayscale: #6A6A6A. Windows color (decimal): -13341697 or 16739124. OLE color: 16739124.

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

Color convert

RGB 52 107 255 -
CMYK 0.80 0.58 0 0
HSL 223.74º 1% 0.6% -
HSV(B) 223.74º 0.8% 1% -
XYZ 24.72 18.47 96.87 -
YUV 107.43 211.28 88.47 -
System Red Green Blue C M Y K H S L
Decimal 52 107 255 0.80 0.58 0 0 223.74 1 0.6
Hex 34 6B FF 50 3A 0 0 E0 64 3C
Octal 64 153 377 120 72 0 0 340 144 74
Binary 110100 1101011 11111111 1010000 111010 0 0 11100000 1100100 111100

Color Harmonies of #346BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346BFF

Black with #346BFF

Text Example


Text Example

White with #346BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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