Html Css Color HEX #346BCE Royal Blue

📋 copy color: '#346BCE'

red 52 ◦ green 107 ◦ blue 206

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

Shades of Royal Blue #346BCE

Tints of Royal Blue #346BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.32%

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

R = 14.25%
G = 29.32%
B = 56.44%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#346BCE (or 0x346BCE) is known color: Royal Blue. HEX triplet: 34, 6B and CE. RGB value is (52,107,206). Sum of RGB (Red+Green+Blue) = 52+107+206=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #346BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BCE is #CB9431. Grayscale: #656565. Windows color (decimal): -13341746 or 13527860. OLE color: 13527860.

HSL color Cylindrical-coordinate representation of color #346BCE: hue angle of 218.57º 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 #346BCE is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 107 206 -
CMYK 0.75 0.48 0 0.19
HSL 218.57º 0.61% 0.51% -
HSV(B) 218.57º 0.75% 0.81% -
XYZ 17.81 15.7 60.48 -
YUV 101.84 186.78 92.45 -
System Red Green Blue C M Y K H S L
Decimal 52 107 206 0.75 0.48 0 0.19 218.57 0.61 0.51
Hex 34 6B CE 4B 30 0 13 DB 3D 33
Octal 64 153 316 113 60 0 23 333 75 63
Binary 110100 1101011 11001110 1001011 110000 0 10011 11011011 111101 110011

Color Harmonies of #346BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346BCE

Black with #346BCE

Text Example


Text Example

White with #346BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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