Html Css Color HEX #346CE5 Royal Blue

📋 copy color: '#346CE5'

red 52 ◦ green 108 ◦ blue 229

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

Shades of Royal Blue #346CE5

Tints of Royal Blue #346CE5

RGB

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

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

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

R = 13.37%
G = 27.76%
B = 58.87%

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

#346CE5 (or 0x346CE5) is known color: Royal Blue. HEX triplet: 34, 6C and E5. RGB value is (52,108,229). Sum of RGB (Red+Green+Blue) = 52+108+229=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 229 (89.84% from 255 or 58.87% from 389); Max value from RGB is 229 - color contains mainly: blue. Hex color #346CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CE5 is #CB931A. Grayscale: #686868. Windows color (decimal): -13341467 or 15035444. OLE color: 15035444.

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

Color convert

RGB 52 108 229 -
CMYK 0.77 0.53 0 0.10
HSL 221.02º 0.77% 0.55% -
HSV(B) 221.02º 0.77% 0.9% -
XYZ 20.92 17.11 76.33 -
YUV 105.05 197.95 90.16 -
System Red Green Blue C M Y K H S L
Decimal 52 108 229 0.77 0.53 0 0.10 221.02 0.77 0.55
Hex 34 6C E5 4D 35 0 A DD 4D 37
Octal 64 154 345 115 65 0 12 335 115 67
Binary 110100 1101100 11100101 1001101 110101 0 1010 11011101 1001101 110111

Color Harmonies of #346CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346CE5

Black with #346CE5

Text Example


Text Example

White with #346CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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