Html Css Color HEX #347BDF Royal Blue

📋 copy color: '#347BDF'

red 52 ◦ green 123 ◦ blue 223

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

Shades of Royal Blue #347BDF

Tints of Royal Blue #347BDF

RGB

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

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

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

R = 13.07%
G = 30.9%
B = 56.03%

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

#347BDF (or 0x347BDF) is known color: Royal Blue. HEX triplet: 34, 7B and DF. RGB value is (52,123,223). Sum of RGB (Red+Green+Blue) = 52+123+223=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #347BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347BDF is #CB8420. Grayscale: #707070. Windows color (decimal): -13337633 or 14646068. OLE color: 14646068.

HSL color Cylindrical-coordinate representation of color #347BDF: hue angle of 215.09º 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 #347BDF is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 123 223 -
CMYK 0.77 0.45 0 0.13
HSL 215.09º 0.73% 0.54% -
HSV(B) 215.09º 0.77% 0.87% -
XYZ 21.82 20.22 72.57 -
YUV 113.17 189.98 84.37 -
System Red Green Blue C M Y K H S L
Decimal 52 123 223 0.77 0.45 0 0.13 215.09 0.73 0.54
Hex 34 7B DF 4D 2D 0 D D7 49 36
Octal 64 173 337 115 55 0 15 327 111 66
Binary 110100 1111011 11011111 1001101 101101 0 1101 11010111 1001001 110110

Color Harmonies of #347BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347BDF

Black with #347BDF

Text Example


Text Example

White with #347BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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