Html Css Color HEX #347ADF Royal Blue

📋 copy color: '#347ADF'

red 52 ◦ green 122 ◦ blue 223

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

Shades of Royal Blue #347ADF

Tints of Royal Blue #347ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 13.1%
G = 30.73%
B = 56.17%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#347ADF (or 0x347ADF) is known color: Royal Blue. HEX triplet: 34, 7A and DF. RGB value is (52,122,223). Sum of RGB (Red+Green+Blue) = 52+122+223=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #347ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347ADF is #CB8520. Grayscale: #707070. Windows color (decimal): -13337889 or 14645812. OLE color: 14645812.

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

Color convert

RGB 52 122 223 -
CMYK 0.77 0.45 0 0.13
HSL 215.44º 0.73% 0.54% -
HSV(B) 215.44º 0.77% 0.87% -
XYZ 21.69 19.98 72.52 -
YUV 112.58 190.31 84.79 -
System Red Green Blue C M Y K H S L
Decimal 52 122 223 0.77 0.45 0 0.13 215.44 0.73 0.54
Hex 34 7A DF 4D 2D 0 D D7 49 36
Octal 64 172 337 115 55 0 15 327 111 66
Binary 110100 1111010 11011111 1001101 101101 0 1101 11010111 1001001 110110

Color Harmonies of #347ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347ADF

Black with #347ADF

Text Example


Text Example

White with #347ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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