Html Css Color HEX #346BCD Royal Blue

📋 copy color: '#346BCD'

red 52 ◦ green 107 ◦ blue 205

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

Shades of Royal Blue #346BCD

Tints of Royal Blue #346BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.32%

R = 14.29%
G = 29.4%
B = 56.32%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#346BCD (or 0x346BCD) is known color: Royal Blue. HEX triplet: 34, 6B and CD. RGB value is (52,107,205). Sum of RGB (Red+Green+Blue) = 52+107+205=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #346BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BCD is #CB9432. Grayscale: #656565. Windows color (decimal): -13341747 or 13462324. OLE color: 13462324.

HSL color Cylindrical-coordinate representation of color #346BCD: hue angle of 218.43º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346BCD is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 107 205 -
CMYK 0.75 0.48 0 0.20
HSL 218.43º 0.6% 0.5% -
HSV(B) 218.43º 0.75% 0.8% -
XYZ 17.69 15.65 59.85 -
YUV 101.73 186.28 92.53 -
System Red Green Blue C M Y K H S L
Decimal 52 107 205 0.75 0.48 0 0.20 218.43 0.6 0.5
Hex 34 6B CD 4B 30 0 14 DA 3C 32
Octal 64 153 315 113 60 0 24 332 74 62
Binary 110100 1101011 11001101 1001011 110000 0 10100 11011010 111100 110010

Color Harmonies of #346BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346BCD

Black with #346BCD

Text Example


Text Example

White with #346BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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