Html Css Color HEX #346BF8 Royal Blue

📋 copy color: '#346BF8'

red 52 ◦ green 107 ◦ blue 248

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

Shades of Royal Blue #346BF8

Tints of Royal Blue #346BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 60.93%

R = 12.78%
G = 26.29%
B = 60.93%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#346BF8 (or 0x346BF8) is known color: Royal Blue. HEX triplet: 34, 6B and F8. RGB value is (52,107,248). Sum of RGB (Red+Green+Blue) = 52+107+248=407 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.78% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 248 (97.27% from 255 or 60.93% from 407); Max value from RGB is 248 - color contains mainly: blue. Hex color #346BF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346BF8 is #CB9407. Grayscale: #6A6A6A. Windows color (decimal): -13341704 or 16280372. OLE color: 16280372.

HSL color Cylindrical-coordinate representation of color #346BF8: hue angle of 223.16º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #346BF8 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 52 107 248 -
CMYK 0.79 0.57 0 0.03
HSL 223.16º 0.93% 0.59% -
HSV(B) 223.16º 0.79% 0.97% -
XYZ 23.62 18.02 91.04 -
YUV 106.63 207.78 89.04 -
System Red Green Blue C M Y K H S L
Decimal 52 107 248 0.79 0.57 0 0.03 223.16 0.93 0.59
Hex 34 6B F8 4F 39 0 3 DF 5D 3B
Octal 64 153 370 117 71 0 3 337 135 73
Binary 110100 1101011 11111000 1001111 111001 0 11 11011111 1011101 111011

Color Harmonies of #346BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346BF8

Black with #346BF8

Text Example


Text Example

White with #346BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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