Html Css Color HEX #347ADB Royal Blue

📋 copy color: '#347ADB'

red 52 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #347ADB

Tints of Royal Blue #347ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.04%

 BLUE value IS 219 (85.94% from 255) = 55.73%

R = 13.23%
G = 31.04%
B = 55.73%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#347ADB (or 0x347ADB) is known color: Royal Blue. HEX triplet: 34, 7A and DB. RGB value is (52,122,219). Sum of RGB (Red+Green+Blue) = 52+122+219=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #347ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347ADB is #CB8524. Grayscale: #6F6F6F. Windows color (decimal): -13337893 or 14383668. OLE color: 14383668.

HSL color Cylindrical-coordinate representation of color #347ADB: hue angle of 214.85º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #347ADB is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 122 219 -
CMYK 0.76 0.44 0 0.14
HSL 214.85º 0.7% 0.53% -
HSV(B) 214.85º 0.76% 0.86% -
XYZ 21.16 19.76 69.72 -
YUV 112.13 188.31 85.11 -
System Red Green Blue C M Y K H S L
Decimal 52 122 219 0.76 0.44 0 0.14 214.85 0.7 0.53
Hex 34 7A DB 4C 2C 0 E D7 46 35
Octal 64 172 333 114 54 0 16 327 106 65
Binary 110100 1111010 11011011 1001100 101100 0 1110 11010111 1000110 110101

Color Harmonies of #347ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347ADB

Black with #347ADB

Text Example


Text Example

White with #347ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,122,219); }

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

background-color css

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

 a { background-color: rgb(52,122,219); }

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

border-color css

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

 span { border-color: rgb(52,122,219); }

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