Html Css Color HEX #347BD8 Royal Blue

📋 copy color: '#347BD8'

red 52 ◦ green 123 ◦ blue 216

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

Shades of Royal Blue #347BD8

Tints of Royal Blue #347BD8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.46%

 BLUE value IS 216 (84.77% from 255) = 55.24%

R = 13.3%
G = 31.46%
B = 55.24%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#347BD8 (or 0x347BD8) is known color: Royal Blue. HEX triplet: 34, 7B and D8. RGB value is (52,123,216). Sum of RGB (Red+Green+Blue) = 52+123+216=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 216 (84.77% from 255 or 55.24% from 391); Max value from RGB is 216 - color contains mainly: blue. Hex color #347BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347BD8 is #CB8427. Grayscale: #6F6F6F. Windows color (decimal): -13337640 or 14187316. OLE color: 14187316.

HSL color Cylindrical-coordinate representation of color #347BD8: hue angle of 214.02º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #347BD8 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 123 216 -
CMYK 0.76 0.43 0 0.15
HSL 214.02º 0.68% 0.53% -
HSV(B) 214.02º 0.76% 0.85% -
XYZ 20.89 19.85 67.7 -
YUV 112.37 186.48 84.94 -
System Red Green Blue C M Y K H S L
Decimal 52 123 216 0.76 0.43 0 0.15 214.02 0.68 0.53
Hex 34 7B D8 4C 2B 0 F D6 44 35
Octal 64 173 330 114 53 0 17 326 104 65
Binary 110100 1111011 11011000 1001100 101011 0 1111 11010110 1000100 110101

Color Harmonies of #347BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347BD8

Black with #347BD8

Text Example


Text Example

White with #347BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,123,216); }

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

background-color css

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

 a { background-color: rgb(52,123,216); }

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

border-color css

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

 span { border-color: rgb(52,123,216); }

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