Html Css Color HEX #346CCD Royal Blue

📋 copy color: '#346CCD'

red 52 ◦ green 108 ◦ blue 205

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

Shades of Royal Blue #346CCD

Tints of Royal Blue #346CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 14.25%
G = 29.59%
B = 56.16%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#346CCD (or 0x346CCD) is known color: Royal Blue. HEX triplet: 34, 6C and CD. RGB value is (52,108,205). Sum of RGB (Red+Green+Blue) = 52+108+205=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #346CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CCD is #CB9332. Grayscale: #656565. Windows color (decimal): -13341491 or 13462580. OLE color: 13462580.

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

Color convert

RGB 52 108 205 -
CMYK 0.75 0.47 0 0.20
HSL 218.04º 0.6% 0.5% -
HSV(B) 218.04º 0.75% 0.8% -
XYZ 17.8 15.86 59.88 -
YUV 102.31 185.95 92.11 -
System Red Green Blue C M Y K H S L
Decimal 52 108 205 0.75 0.47 0 0.20 218.04 0.6 0.5
Hex 34 6C CD 4B 2F 0 14 DA 3C 32
Octal 64 154 315 113 57 0 24 332 74 62
Binary 110100 1101100 11001101 1001011 101111 0 10100 11011010 111100 110010

Color Harmonies of #346CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346CCD

Black with #346CCD

Text Example


Text Example

White with #346CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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