Html Css Color HEX #346BFB Royal Blue

📋 copy color: '#346BFB'

red 52 ◦ green 107 ◦ blue 251

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

Shades of Royal Blue #346BFB

Tints of Royal Blue #346BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.22%

R = 12.68%
G = 26.1%
B = 61.22%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#346BFB (or 0x346BFB) is known color: Royal Blue. HEX triplet: 34, 6B and FB. RGB value is (52,107,251). Sum of RGB (Red+Green+Blue) = 52+107+251=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #346BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346BFB is #CB9404. Grayscale: #6A6A6A. Windows color (decimal): -13341701 or 16476980. OLE color: 16476980.

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

Color convert

RGB 52 107 251 -
CMYK 0.79 0.57 0 0.02
HSL 223.42º 0.96% 0.59% -
HSV(B) 223.42º 0.79% 0.98% -
XYZ 24.09 18.21 93.51 -
YUV 106.97 209.28 88.79 -
System Red Green Blue C M Y K H S L
Decimal 52 107 251 0.79 0.57 0 0.02 223.42 0.96 0.59
Hex 34 6B FB 4F 39 0 2 DF 60 3B
Octal 64 153 373 117 71 0 2 337 140 73
Binary 110100 1101011 11111011 1001111 111001 0 10 11011111 1100000 111011

Color Harmonies of #346BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346BFB

Black with #346BFB

Text Example


Text Example

White with #346BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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