Html Css Color HEX #346EE5 Royal Blue

📋 copy color: '#346EE5'

red 52 ◦ green 110 ◦ blue 229

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

Shades of Royal Blue #346EE5

Tints of Royal Blue #346EE5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.13%

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

R = 13.3%
G = 28.13%
B = 58.57%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#346EE5 (or 0x346EE5) is known color: Royal Blue. HEX triplet: 34, 6E and E5. RGB value is (52,110,229). Sum of RGB (Red+Green+Blue) = 52+110+229=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #346EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346EE5 is #CB911A. Grayscale: #696969. Windows color (decimal): -13340955 or 15035956. OLE color: 15035956.

HSL color Cylindrical-coordinate representation of color #346EE5: hue angle of 220.34º 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 #346EE5 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 110 229 -
CMYK 0.77 0.52 0 0.10
HSL 220.34º 0.77% 0.55% -
HSV(B) 220.34º 0.77% 0.9% -
XYZ 21.13 17.54 76.4 -
YUV 106.22 197.28 89.32 -
System Red Green Blue C M Y K H S L
Decimal 52 110 229 0.77 0.52 0 0.10 220.34 0.77 0.55
Hex 34 6E E5 4D 34 0 A DC 4D 37
Octal 64 156 345 115 64 0 12 334 115 67
Binary 110100 1101110 11100101 1001101 110100 0 1010 11011100 1001101 110111

Color Harmonies of #346EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346EE5

Black with #346EE5

Text Example


Text Example

White with #346EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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