Html Css Color HEX #346BDA Royal Blue

📋 copy color: '#346BDA'

red 52 ◦ green 107 ◦ blue 218

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

Shades of Royal Blue #346BDA

Tints of Royal Blue #346BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.82%

R = 13.79%
G = 28.38%
B = 57.82%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#346BDA (or 0x346BDA) is known color: Royal Blue. HEX triplet: 34, 6B and DA. RGB value is (52,107,218). Sum of RGB (Red+Green+Blue) = 52+107+218=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #346BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BDA is #CB9425. Grayscale: #666666. Windows color (decimal): -13341734 or 14314292. OLE color: 14314292.

HSL color Cylindrical-coordinate representation of color #346BDA: hue angle of 220.12º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #346BDA is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 107 218 -
CMYK 0.76 0.51 0 0.15
HSL 220.12º 0.69% 0.53% -
HSV(B) 220.12º 0.76% 0.85% -
XYZ 19.33 16.31 68.46 -
YUV 103.21 192.78 91.47 -
System Red Green Blue C M Y K H S L
Decimal 52 107 218 0.76 0.51 0 0.15 220.12 0.69 0.53
Hex 34 6B DA 4C 33 0 F DC 45 35
Octal 64 153 332 114 63 0 17 334 105 65
Binary 110100 1101011 11011010 1001100 110011 0 1111 11011100 1000101 110101

Color Harmonies of #346BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346BDA

Black with #346BDA

Text Example


Text Example

White with #346BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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