Html Css Color HEX #347BD3 Royal Blue

📋 copy color: '#347BD3'

red 52 ◦ green 123 ◦ blue 211

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

Shades of Royal Blue #347BD3

Tints of Royal Blue #347BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 54.66%

R = 13.47%
G = 31.87%
B = 54.66%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#347BD3 (or 0x347BD3) is known color: Royal Blue. HEX triplet: 34, 7B and D3. RGB value is (52,123,211). Sum of RGB (Red+Green+Blue) = 52+123+211=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 211 (82.81% from 255 or 54.66% from 386); Max value from RGB is 211 - color contains mainly: blue. Hex color #347BD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347BD3 is #CB842C. Grayscale: #6F6F6F. Windows color (decimal): -13337645 or 13859636. OLE color: 13859636.

HSL color Cylindrical-coordinate representation of color #347BD3: hue angle of 213.21º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #347BD3 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 52 123 211 -
CMYK 0.75 0.42 0 0.17
HSL 213.21º 0.64% 0.52% -
HSV(B) 213.21º 0.75% 0.83% -
XYZ 20.26 19.6 64.34 -
YUV 111.8 183.98 85.34 -
System Red Green Blue C M Y K H S L
Decimal 52 123 211 0.75 0.42 0 0.17 213.21 0.64 0.52
Hex 34 7B D3 4B 2A 0 11 D5 40 34
Octal 64 173 323 113 52 0 21 325 100 64
Binary 110100 1111011 11010011 1001011 101010 0 10001 11010101 1000000 110100

Color Harmonies of #347BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347BD3

Black with #347BD3

Text Example


Text Example

White with #347BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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