Html Css Color HEX #346EEB Royal Blue

📋 copy color: '#346EEB'

red 52 ◦ green 110 ◦ blue 235

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

Shades of Royal Blue #346EEB

Tints of Royal Blue #346EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.19%

R = 13.1%
G = 27.71%
B = 59.19%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#346EEB (or 0x346EEB) is known color: Royal Blue. HEX triplet: 34, 6E and EB. RGB value is (52,110,235). Sum of RGB (Red+Green+Blue) = 52+110+235=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #346EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346EEB is #CB9114. Grayscale: #6A6A6A. Windows color (decimal): -13340949 or 15429172. OLE color: 15429172.

HSL color Cylindrical-coordinate representation of color #346EEB: hue angle of 220.98º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #346EEB is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 110 235 -
CMYK 0.78 0.53 0 0.08
HSL 220.98º 0.82% 0.56% -
HSV(B) 220.98º 0.78% 0.92% -
XYZ 21.99 17.88 80.89 -
YUV 106.91 200.28 88.84 -
System Red Green Blue C M Y K H S L
Decimal 52 110 235 0.78 0.53 0 0.08 220.98 0.82 0.56
Hex 34 6E EB 4E 35 0 8 DD 52 38
Octal 64 156 353 116 65 0 10 335 122 70
Binary 110100 1101110 11101011 1001110 110101 0 1000 11011101 1010010 111000

Color Harmonies of #346EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346EEB

Black with #346EEB

Text Example


Text Example

White with #346EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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