Html Css Color HEX #346AED Royal Blue

📋 copy color: '#346AED'

red 52 ◦ green 106 ◦ blue 237

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

Shades of Royal Blue #346AED

Tints of Royal Blue #346AED

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.84%

 BLUE value IS 237 (92.97% from 255) = 60%

R = 13.16%
G = 26.84%
B = 60%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#346AED (or 0x346AED) is known color: Royal Blue. HEX triplet: 34, 6A and ED. RGB value is (52,106,237). Sum of RGB (Red+Green+Blue) = 52+106+237=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #346AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346AED is #CB9512. Grayscale: #686868. Windows color (decimal): -13341971 or 15559220. OLE color: 15559220.

HSL color Cylindrical-coordinate representation of color #346AED: hue angle of 222.49º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #346AED is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 106 237 -
CMYK 0.78 0.55 0 0.07
HSL 222.49º 0.84% 0.57% -
HSV(B) 222.49º 0.78% 0.93% -
XYZ 21.86 17.15 82.28 -
YUV 104.79 202.61 90.35 -
System Red Green Blue C M Y K H S L
Decimal 52 106 237 0.78 0.55 0 0.07 222.49 0.84 0.57
Hex 34 6A ED 4E 37 0 7 DE 54 39
Octal 64 152 355 116 67 0 7 336 124 71
Binary 110100 1101010 11101101 1001110 110111 0 111 11011110 1010100 111001

Color Harmonies of #346AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346AED

Black with #346AED

Text Example


Text Example

White with #346AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,106,237); }

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

background-color css

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

 a { background-color: rgb(52,106,237); }

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

border-color css

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

 span { border-color: rgb(52,106,237); }

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