Html Css Color HEX #346CFA Royal Blue

📋 copy color: '#346CFA'

red 52 ◦ green 108 ◦ blue 250

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

Shades of Royal Blue #346CFA

Tints of Royal Blue #346CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.98%

R = 12.68%
G = 26.34%
B = 60.98%

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

#346CFA (or 0x346CFA) is known color: Royal Blue. HEX triplet: 34, 6C and FA. RGB value is (52,108,250). Sum of RGB (Red+Green+Blue) = 52+108+250=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #346CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346CFA is #CB9305. Grayscale: #6A6A6A. Windows color (decimal): -13341446 or 16411700. OLE color: 16411700.

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

Color convert

RGB 52 108 250 -
CMYK 0.79 0.57 0 0.02
HSL 223.03º 0.95% 0.59% -
HSV(B) 223.03º 0.79% 0.98% -
XYZ 24.03 18.36 92.72 -
YUV 107.44 208.45 88.45 -
System Red Green Blue C M Y K H S L
Decimal 52 108 250 0.79 0.57 0 0.02 223.03 0.95 0.59
Hex 34 6C FA 4F 39 0 2 DF 5F 3B
Octal 64 154 372 117 71 0 2 337 137 73
Binary 110100 1101100 11111010 1001111 111001 0 10 11011111 1011111 111011

Color Harmonies of #346CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346CFA

Black with #346CFA

Text Example


Text Example

White with #346CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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