Html Css Color HEX #346BEC Royal Blue

📋 copy color: '#346BEC'

red 52 ◦ green 107 ◦ blue 236

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

Shades of Royal Blue #346BEC

Tints of Royal Blue #346BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.75%

R = 13.16%
G = 27.09%
B = 59.75%

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

#346BEC (or 0x346BEC) is known color: Royal Blue. HEX triplet: 34, 6B and EC. RGB value is (52,107,236). Sum of RGB (Red+Green+Blue) = 52+107+236=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #346BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346BEC is #CB9413. Grayscale: #686868. Windows color (decimal): -13341716 or 15493940. OLE color: 15493940.

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

Color convert

RGB 52 107 236 -
CMYK 0.78 0.55 0 0.07
HSL 222.07º 0.83% 0.56% -
HSV(B) 222.07º 0.78% 0.93% -
XYZ 21.81 17.3 81.55 -
YUV 105.26 201.78 90.01 -
System Red Green Blue C M Y K H S L
Decimal 52 107 236 0.78 0.55 0 0.07 222.07 0.83 0.56
Hex 34 6B EC 4E 37 0 7 DE 53 38
Octal 64 153 354 116 67 0 7 336 123 70
Binary 110100 1101011 11101100 1001110 110111 0 111 11011110 1010011 111000

Color Harmonies of #346BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346BEC

Black with #346BEC

Text Example


Text Example

White with #346BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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