Html Css Color HEX #346EFC Royal Blue

📋 copy color: '#346EFC'

red 52 ◦ green 110 ◦ blue 252

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

Shades of Royal Blue #346EFC

Tints of Royal Blue #346EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.57%

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

R = 12.56%
G = 26.57%
B = 60.87%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#346EFC (or 0x346EFC) is known color: Royal Blue. HEX triplet: 34, 6E and FC. RGB value is (52,110,252). Sum of RGB (Red+Green+Blue) = 52+110+252=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #346EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346EFC is #CB9103. Grayscale: #6C6C6C. Windows color (decimal): -13340932 or 16543284. OLE color: 16543284.

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

Color convert

RGB 52 110 252 -
CMYK 0.79 0.56 0 0.01
HSL 222.6º 0.97% 0.6% -
HSV(B) 222.6º 0.79% 0.99% -
XYZ 24.56 18.91 94.45 -
YUV 108.85 208.78 87.45 -
System Red Green Blue C M Y K H S L
Decimal 52 110 252 0.79 0.56 0 0.01 222.6 0.97 0.6
Hex 34 6E FC 4F 38 0 1 DF 61 3C
Octal 64 156 374 117 70 0 1 337 141 74
Binary 110100 1101110 11111100 1001111 111000 0 1 11011111 1100001 111100

Color Harmonies of #346EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346EFC

Black with #346EFC

Text Example


Text Example

White with #346EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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