Html Css Color HEX #347FE0 Royal Blue

📋 copy color: '#347FE0'

red 52 ◦ green 127 ◦ blue 224

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

Shades of Royal Blue #347FE0

Tints of Royal Blue #347FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.58%

R = 12.9%
G = 31.51%
B = 55.58%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#347FE0 (or 0x347FE0) is known color: Royal Blue. HEX triplet: 34, 7F and E0. RGB value is (52,127,224). Sum of RGB (Red+Green+Blue) = 52+127+224=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #347FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347FE0 is #CB801F. Grayscale: #737373. Windows color (decimal): -13336608 or 14712628. OLE color: 14712628.

HSL color Cylindrical-coordinate representation of color #347FE0: hue angle of 213.84º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #347FE0 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 127 224 -
CMYK 0.77 0.43 0 0.12
HSL 213.84º 0.74% 0.54% -
HSV(B) 213.84º 0.77% 0.88% -
XYZ 22.46 21.29 73.45 -
YUV 115.63 189.15 82.61 -
System Red Green Blue C M Y K H S L
Decimal 52 127 224 0.77 0.43 0 0.12 213.84 0.74 0.54
Hex 34 7F E0 4D 2B 0 C D6 4A 36
Octal 64 177 340 115 53 0 14 326 112 66
Binary 110100 1111111 11100000 1001101 101011 0 1100 11010110 1001010 110110

Color Harmonies of #347FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347FE0

Black with #347FE0

Text Example


Text Example

White with #347FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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