Html Css Color HEX #347DDD Royal Blue

📋 copy color: '#347DDD'

red 52 ◦ green 125 ◦ blue 221

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

Shades of Royal Blue #347DDD

Tints of Royal Blue #347DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.41%

 BLUE value IS 221 (86.72% from 255) = 55.53%

R = 13.07%
G = 31.41%
B = 55.53%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#347DDD (or 0x347DDD) is known color: Royal Blue. HEX triplet: 34, 7D and DD. RGB value is (52,125,221). Sum of RGB (Red+Green+Blue) = 52+125+221=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #347DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347DDD is #CB8222. Grayscale: #717171. Windows color (decimal): -13337123 or 14515508. OLE color: 14515508.

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

Color convert

RGB 52 125 221 -
CMYK 0.76 0.43 0 0.13
HSL 214.08º 0.71% 0.54% -
HSV(B) 214.08º 0.76% 0.87% -
XYZ 21.8 20.62 71.24 -
YUV 114.12 188.32 83.69 -
System Red Green Blue C M Y K H S L
Decimal 52 125 221 0.76 0.43 0 0.13 214.08 0.71 0.54
Hex 34 7D DD 4C 2B 0 D D6 47 36
Octal 64 175 335 114 53 0 15 326 107 66
Binary 110100 1111101 11011101 1001100 101011 0 1101 11010110 1000111 110110

Color Harmonies of #347DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347DDD

Black with #347DDD

Text Example


Text Example

White with #347DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,125,221); }

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

background-color css

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

 a { background-color: rgb(52,125,221); }

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

border-color css

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

 span { border-color: rgb(52,125,221); }

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