Html Css Color HEX #347FDF Royal Blue

📋 copy color: '#347FDF'

red 52 ◦ green 127 ◦ blue 223

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

Shades of Royal Blue #347FDF

Tints of Royal Blue #347FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

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

R = 12.94%
G = 31.59%
B = 55.47%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#347FDF (or 0x347FDF) is known color: Royal Blue. HEX triplet: 34, 7F and DF. RGB value is (52,127,223). Sum of RGB (Red+Green+Blue) = 52+127+223=402 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.94% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #347FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347FDF is #CB8020. Grayscale: #737373. Windows color (decimal): -13336609 or 14647092. OLE color: 14647092.

HSL color Cylindrical-coordinate representation of color #347FDF: hue angle of 213.68º 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 #347FDF is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 127 223 -
CMYK 0.77 0.43 0 0.13
HSL 213.68º 0.73% 0.54% -
HSV(B) 213.68º 0.77% 0.87% -
XYZ 22.32 21.24 72.73 -
YUV 115.52 188.65 82.69 -
System Red Green Blue C M Y K H S L
Decimal 52 127 223 0.77 0.43 0 0.13 213.68 0.73 0.54
Hex 34 7F DF 4D 2B 0 D D6 49 36
Octal 64 177 337 115 53 0 15 326 111 66
Binary 110100 1111111 11011111 1001101 101011 0 1101 11010110 1001001 110110

Color Harmonies of #347FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347FDF

Black with #347FDF

Text Example


Text Example

White with #347FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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