Html Css Color HEX #346CD2 Royal Blue

📋 copy color: '#346CD2'

red 52 ◦ green 108 ◦ blue 210

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

Shades of Royal Blue #346CD2

Tints of Royal Blue #346CD2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

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

R = 14.05%
G = 29.19%
B = 56.76%

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

#346CD2 (or 0x346CD2) is known color: Royal Blue. HEX triplet: 34, 6C and D2. RGB value is (52,108,210). Sum of RGB (Red+Green+Blue) = 52+108+210=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 210 (82.42% from 255 or 56.76% from 370); Max value from RGB is 210 - color contains mainly: blue. Hex color #346CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CD2 is #CB932D. Grayscale: #666666. Windows color (decimal): -13341486 or 13790260. OLE color: 13790260.

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

Color convert

RGB 52 108 210 -
CMYK 0.75 0.49 0 0.18
HSL 218.73º 0.64% 0.51% -
HSV(B) 218.73º 0.75% 0.82% -
XYZ 18.41 16.11 63.11 -
YUV 102.88 188.45 91.71 -
System Red Green Blue C M Y K H S L
Decimal 52 108 210 0.75 0.49 0 0.18 218.73 0.64 0.51
Hex 34 6C D2 4B 31 0 12 DB 40 33
Octal 64 154 322 113 61 0 22 333 100 63
Binary 110100 1101100 11010010 1001011 110001 0 10010 11011011 1000000 110011

Color Harmonies of #346CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346CD2

Black with #346CD2

Text Example


Text Example

White with #346CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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