Html Css Color HEX #346DC8 Royal Blue

📋 copy color: '#346DC8'

red 52 ◦ green 109 ◦ blue 200

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

Shades of Royal Blue #346DC8

Tints of Royal Blue #346DC8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.19%

 BLUE value IS 200 (78.52% from 255) = 55.4%

R = 14.4%
G = 30.19%
B = 55.4%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#346DC8 (or 0x346DC8) is known color: Royal Blue. HEX triplet: 34, 6D and C8. RGB value is (52,109,200). Sum of RGB (Red+Green+Blue) = 52+109+200=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #346DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346DC8 is #CB9237. Grayscale: #656565. Windows color (decimal): -13341240 or 13135156. OLE color: 13135156.

HSL color Cylindrical-coordinate representation of color #346DC8: hue angle of 216.89º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #346DC8 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 52 109 200 -
CMYK 0.74 0.46 0 0.22
HSL 216.89º 0.59% 0.49% -
HSV(B) 216.89º 0.74% 0.78% -
XYZ 17.31 15.84 56.79 -
YUV 102.33 183.12 92.1 -
System Red Green Blue C M Y K H S L
Decimal 52 109 200 0.74 0.46 0 0.22 216.89 0.59 0.49
Hex 34 6D C8 4A 2E 0 16 D9 3B 31
Octal 64 155 310 112 56 0 26 331 73 61
Binary 110100 1101101 11001000 1001010 101110 0 10110 11011001 111011 110001

Color Harmonies of #346DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346DC8

Black with #346DC8

Text Example


Text Example

White with #346DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,109,200); }

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

background-color css

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

 a { background-color: rgb(52,109,200); }

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

border-color css

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

 span { border-color: rgb(52,109,200); }

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