Html Css Color HEX #347FE8 Royal Blue

📋 copy color: '#347FE8'

red 52 ◦ green 127 ◦ blue 232

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

Shades of Royal Blue #347FE8

Tints of Royal Blue #347FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 56.45%

R = 12.65%
G = 30.9%
B = 56.45%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#347FE8 (or 0x347FE8) is known color: Royal Blue. HEX triplet: 34, 7F and E8. RGB value is (52,127,232). Sum of RGB (Red+Green+Blue) = 52+127+232=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 232 (91.02% from 255 or 56.45% from 411); Max value from RGB is 232 - color contains mainly: blue. Hex color #347FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347FE8 is #CB8017. Grayscale: #747474. Windows color (decimal): -13336600 or 15236916. OLE color: 15236916.

HSL color Cylindrical-coordinate representation of color #347FE8: hue angle of 215º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #347FE8 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 127 232 -
CMYK 0.78 0.45 0 0.09
HSL 215º 0.8% 0.56% -
HSV(B) 215º 0.78% 0.91% -
XYZ 23.57 21.74 79.3 -
YUV 116.55 193.15 81.96 -
System Red Green Blue C M Y K H S L
Decimal 52 127 232 0.78 0.45 0 0.09 215 0.8 0.56
Hex 34 7F E8 4E 2D 0 9 D7 50 38
Octal 64 177 350 116 55 0 11 327 120 70
Binary 110100 1111111 11101000 1001110 101101 0 1001 11010111 1010000 111000

Color Harmonies of #347FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347FE8

Black with #347FE8

Text Example


Text Example

White with #347FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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