Html Css Color HEX #347CDC Royal Blue

📋 copy color: '#347CDC'

red 52 ◦ green 124 ◦ blue 220

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

Shades of Royal Blue #347CDC

Tints of Royal Blue #347CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.31%

 BLUE value IS 220 (86.33% from 255) = 55.56%

R = 13.13%
G = 31.31%
B = 55.56%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#347CDC (or 0x347CDC) is known color: Royal Blue. HEX triplet: 34, 7C and DC. RGB value is (52,124,220). Sum of RGB (Red+Green+Blue) = 52+124+220=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #347CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347CDC is #CB8323. Grayscale: #707070. Windows color (decimal): -13337380 or 14449716. OLE color: 14449716.

HSL color Cylindrical-coordinate representation of color #347CDC: hue angle of 214.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #347CDC is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 124 220 -
CMYK 0.76 0.44 0 0.14
HSL 214.29º 0.71% 0.53% -
HSV(B) 214.29º 0.76% 0.86% -
XYZ 21.54 20.31 70.5 -
YUV 113.42 188.15 84.19 -
System Red Green Blue C M Y K H S L
Decimal 52 124 220 0.76 0.44 0 0.14 214.29 0.71 0.53
Hex 34 7C DC 4C 2C 0 E D6 47 35
Octal 64 174 334 114 54 0 16 326 107 65
Binary 110100 1111100 11011100 1001100 101100 0 1110 11010110 1000111 110101

Color Harmonies of #347CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347CDC

Black with #347CDC

Text Example


Text Example

White with #347CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347CDC; }

 p { color: rgb(52,124,220); }

 H1.HeaderClassName
 {
   color: #347CDC;
 }
 .AnyTagClassName
 {
   color: #347CDC;
 }
</style>

background-color css

<style>
 a { background-color: #347CDC; }

 a { background-color: rgb(52,124,220); }

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

border-color css

<style>
 span { border-color: #347CDC; }

 span { border-color: rgb(52,124,220); }

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