Html Css Color HEX #346BD2 Royal Blue

📋 copy color: '#346BD2'

red 52 ◦ green 107 ◦ blue 210

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

Shades of Royal Blue #346BD2

Tints of Royal Blue #346BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56.91%

R = 14.09%
G = 29%
B = 56.91%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#346BD2 (or 0x346BD2) is known color: Royal Blue. HEX triplet: 34, 6B and D2. RGB value is (52,107,210). Sum of RGB (Red+Green+Blue) = 52+107+210=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #346BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BD2 is #CB942D. Grayscale: #656565. Windows color (decimal): -13341742 or 13790004. OLE color: 13790004.

HSL color Cylindrical-coordinate representation of color #346BD2: hue angle of 219.11º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346BD2 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 107 210 -
CMYK 0.75 0.49 0 0.18
HSL 219.11º 0.64% 0.51% -
HSV(B) 219.11º 0.75% 0.82% -
XYZ 18.31 15.9 63.08 -
YUV 102.3 188.78 92.12 -
System Red Green Blue C M Y K H S L
Decimal 52 107 210 0.75 0.49 0 0.18 219.11 0.64 0.51
Hex 34 6B D2 4B 31 0 12 DB 40 33
Octal 64 153 322 113 61 0 22 333 100 63
Binary 110100 1101011 11010010 1001011 110001 0 10010 11011011 1000000 110011

Color Harmonies of #346BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346BD2

Black with #346BD2

Text Example


Text Example

White with #346BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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