Html Css Color HEX #346DCB Royal Blue

📋 copy color: '#346DCB'

red 52 ◦ green 109 ◦ blue 203

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

Shades of Royal Blue #346DCB

Tints of Royal Blue #346DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.77%

R = 14.29%
G = 29.95%
B = 55.77%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#346DCB (or 0x346DCB) is known color: Royal Blue. HEX triplet: 34, 6D and CB. RGB value is (52,109,203). Sum of RGB (Red+Green+Blue) = 52+109+203=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #346DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346DCB is #CB9234. Grayscale: #666666. Windows color (decimal): -13341237 or 13331764. OLE color: 13331764.

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

Color convert

RGB 52 109 203 -
CMYK 0.74 0.46 0 0.20
HSL 217.35º 0.59% 0.5% -
HSV(B) 217.35º 0.74% 0.8% -
XYZ 17.66 15.98 58.65 -
YUV 102.67 184.62 91.86 -
System Red Green Blue C M Y K H S L
Decimal 52 109 203 0.74 0.46 0 0.20 217.35 0.59 0.5
Hex 34 6D CB 4A 2E 0 14 D9 3B 32
Octal 64 155 313 112 56 0 24 331 73 62
Binary 110100 1101101 11001011 1001010 101110 0 10100 11011001 111011 110010

Color Harmonies of #346DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346DCB

Black with #346DCB

Text Example


Text Example

White with #346DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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