Html Css Color HEX #346BE5 Royal Blue

📋 copy color: '#346BE5'

red 52 ◦ green 107 ◦ blue 229

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

Shades of Royal Blue #346BE5

Tints of Royal Blue #346BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 59.02%

R = 13.4%
G = 27.58%
B = 59.02%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#346BE5 (or 0x346BE5) is known color: Royal Blue. HEX triplet: 34, 6B and E5. RGB value is (52,107,229). Sum of RGB (Red+Green+Blue) = 52+107+229=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 229 (89.84% from 255 or 59.02% from 388); Max value from RGB is 229 - color contains mainly: blue. Hex color #346BE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BE5 is #CB941A. Grayscale: #676767. Windows color (decimal): -13341723 or 15035188. OLE color: 15035188.

HSL color Cylindrical-coordinate representation of color #346BE5: hue angle of 221.36º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #346BE5 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 107 229 -
CMYK 0.77 0.53 0 0.10
HSL 221.36º 0.77% 0.55% -
HSV(B) 221.36º 0.77% 0.9% -
XYZ 20.82 16.9 76.29 -
YUV 104.46 198.28 90.58 -
System Red Green Blue C M Y K H S L
Decimal 52 107 229 0.77 0.53 0 0.10 221.36 0.77 0.55
Hex 34 6B E5 4D 35 0 A DD 4D 37
Octal 64 153 345 115 65 0 12 335 115 67
Binary 110100 1101011 11100101 1001101 110101 0 1010 11011101 1001101 110111

Color Harmonies of #346BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346BE5

Black with #346BE5

Text Example


Text Example

White with #346BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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