Html Css Color HEX #346CFC Royal Blue

📋 copy color: '#346CFC'

red 52 ◦ green 108 ◦ blue 252

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

Shades of Royal Blue #346CFC

Tints of Royal Blue #346CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.21%

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

R = 12.62%
G = 26.21%
B = 61.17%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#346CFC (or 0x346CFC) is known color: Royal Blue. HEX triplet: 34, 6C and FC. RGB value is (52,108,252). Sum of RGB (Red+Green+Blue) = 52+108+252=412 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.62% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #346CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346CFC is #CB9303. Grayscale: #6B6B6B. Windows color (decimal): -13341444 or 16542772. OLE color: 16542772.

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

Color convert

RGB 52 108 252 -
CMYK 0.79 0.57 0 0.01
HSL 223.2º 0.97% 0.6% -
HSV(B) 223.2º 0.79% 0.99% -
XYZ 24.35 18.48 94.38 -
YUV 107.67 209.45 88.29 -
System Red Green Blue C M Y K H S L
Decimal 52 108 252 0.79 0.57 0 0.01 223.2 0.97 0.6
Hex 34 6C FC 4F 39 0 1 DF 61 3C
Octal 64 154 374 117 71 0 1 337 141 74
Binary 110100 1101100 11111100 1001111 111001 0 1 11011111 1100001 111100

Color Harmonies of #346CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346CFC

Black with #346CFC

Text Example


Text Example

White with #346CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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