Html Css Color HEX #346FFB Royal Blue

📋 copy color: '#346FFB'

red 52 ◦ green 111 ◦ blue 251

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

Shades of Royal Blue #346FFB

Tints of Royal Blue #346FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.81%

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

R = 12.56%
G = 26.81%
B = 60.63%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#346FFB (or 0x346FFB) is known color: Royal Blue. HEX triplet: 34, 6F and FB. RGB value is (52,111,251). Sum of RGB (Red+Green+Blue) = 52+111+251=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #346FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346FFB is #CB9004. Grayscale: #6C6C6C. Windows color (decimal): -13340677 or 16478004. OLE color: 16478004.

HSL color Cylindrical-coordinate representation of color #346FFB: hue angle of 222.21º 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 #346FFB is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 111 251 -
CMYK 0.79 0.56 0 0.02
HSL 222.21º 0.96% 0.59% -
HSV(B) 222.21º 0.79% 0.98% -
XYZ 24.51 19.06 93.65 -
YUV 109.32 207.95 87.12 -
System Red Green Blue C M Y K H S L
Decimal 52 111 251 0.79 0.56 0 0.02 222.21 0.96 0.59
Hex 34 6F FB 4F 38 0 2 DE 60 3B
Octal 64 157 373 117 70 0 2 336 140 73
Binary 110100 1101111 11111011 1001111 111000 0 10 11011110 1100000 111011

Color Harmonies of #346FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346FFB

Black with #346FFB

Text Example


Text Example

White with #346FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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