Html Css Color HEX #347CDF Royal Blue

📋 copy color: '#347CDF'

red 52 ◦ green 124 ◦ blue 223

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

Shades of Royal Blue #347CDF

Tints of Royal Blue #347CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.89%

R = 13.03%
G = 31.08%
B = 55.89%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#347CDF (or 0x347CDF) is known color: Royal Blue. HEX triplet: 34, 7C and DF. RGB value is (52,124,223). Sum of RGB (Red+Green+Blue) = 52+124+223=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #347CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347CDF is #CB8320. Grayscale: #717171. Windows color (decimal): -13337377 or 14646324. OLE color: 14646324.

HSL color Cylindrical-coordinate representation of color #347CDF: hue angle of 214.74º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #347CDF is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 124 223 -
CMYK 0.77 0.44 0 0.13
HSL 214.74º 0.73% 0.54% -
HSV(B) 214.74º 0.77% 0.87% -
XYZ 21.94 20.47 72.61 -
YUV 113.76 189.65 83.95 -
System Red Green Blue C M Y K H S L
Decimal 52 124 223 0.77 0.44 0 0.13 214.74 0.73 0.54
Hex 34 7C DF 4D 2C 0 D D7 49 36
Octal 64 174 337 115 54 0 15 327 111 66
Binary 110100 1111100 11011111 1001101 101100 0 1101 11010111 1001001 110110

Color Harmonies of #347CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347CDF

Black with #347CDF

Text Example


Text Example

White with #347CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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