Html Css Color HEX #346DCC Royal Blue

📋 copy color: '#346DCC'

red 52 ◦ green 109 ◦ blue 204

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

Shades of Royal Blue #346DCC

Tints of Royal Blue #346DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 14.25%
G = 29.86%
B = 55.89%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#346DCC (or 0x346DCC) is known color: Royal Blue. HEX triplet: 34, 6D and CC. RGB value is (52,109,204). Sum of RGB (Red+Green+Blue) = 52+109+204=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #346DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346DCC is #CB9233. Grayscale: #666666. Windows color (decimal): -13341236 or 13397300. OLE color: 13397300.

HSL color Cylindrical-coordinate representation of color #346DCC: hue angle of 217.5º 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 #346DCC is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 109 204 -
CMYK 0.75 0.47 0 0.2
HSL 217.5º 0.6% 0.5% -
HSV(B) 217.5º 0.75% 0.8% -
XYZ 17.78 16.03 59.28 -
YUV 102.79 185.12 91.78 -
System Red Green Blue C M Y K H S L
Decimal 52 109 204 0.75 0.47 0 0.2 217.5 0.6 0.5
Hex 34 6D CC 4B 2F 0 14 DA 3C 32
Octal 64 155 314 113 57 0 24 332 74 62
Binary 110100 1101101 11001100 1001011 101111 0 10100 11011010 111100 110010

Color Harmonies of #346DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346DCC

Black with #346DCC

Text Example


Text Example

White with #346DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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