Html Css Color HEX #346FCE Royal Blue

📋 copy color: '#346FCE'

red 52 ◦ green 111 ◦ blue 206

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

Shades of Royal Blue #346FCE

Tints of Royal Blue #346FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.83%

R = 14.09%
G = 30.08%
B = 55.83%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#346FCE (or 0x346FCE) is known color: Royal Blue. HEX triplet: 34, 6F and CE. RGB value is (52,111,206). Sum of RGB (Red+Green+Blue) = 52+111+206=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #346FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346FCE is #CB9031. Grayscale: #676767. Windows color (decimal): -13340722 or 13528884. OLE color: 13528884.

HSL color Cylindrical-coordinate representation of color #346FCE: hue angle of 217.01º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346FCE is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 111 206 -
CMYK 0.75 0.46 0 0.19
HSL 217.01º 0.61% 0.51% -
HSV(B) 217.01º 0.75% 0.81% -
XYZ 18.24 16.56 60.63 -
YUV 104.19 185.45 90.78 -
System Red Green Blue C M Y K H S L
Decimal 52 111 206 0.75 0.46 0 0.19 217.01 0.61 0.51
Hex 34 6F CE 4B 2E 0 13 D9 3D 33
Octal 64 157 316 113 56 0 23 331 75 63
Binary 110100 1101111 11001110 1001011 101110 0 10011 11011001 111101 110011

Color Harmonies of #346FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346FCE

Black with #346FCE

Text Example


Text Example

White with #346FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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