Html Css Color HEX #347BDC Royal Blue

📋 copy color: '#347BDC'

red 52 ◦ green 123 ◦ blue 220

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

Shades of Royal Blue #347BDC

Tints of Royal Blue #347BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.7%

R = 13.16%
G = 31.14%
B = 55.7%

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

#347BDC (or 0x347BDC) is known color: Royal Blue. HEX triplet: 34, 7B and DC. RGB value is (52,123,220). Sum of RGB (Red+Green+Blue) = 52+123+220=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #347BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347BDC is #CB8423. Grayscale: #707070. Windows color (decimal): -13337636 or 14449460. OLE color: 14449460.

HSL color Cylindrical-coordinate representation of color #347BDC: hue angle of 214.64º degrees, saturation: 0.71, 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 #347BDC is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 123 220 -
CMYK 0.76 0.44 0 0.14
HSL 214.64º 0.71% 0.53% -
HSV(B) 214.64º 0.76% 0.86% -
XYZ 21.42 20.06 70.45 -
YUV 112.83 188.48 84.61 -
System Red Green Blue C M Y K H S L
Decimal 52 123 220 0.76 0.44 0 0.14 214.64 0.71 0.53
Hex 34 7B DC 4C 2C 0 E D7 47 35
Octal 64 173 334 114 54 0 16 327 107 65
Binary 110100 1111011 11011100 1001100 101100 0 1110 11010111 1000111 110101

Color Harmonies of #347BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347BDC

Black with #347BDC

Text Example


Text Example

White with #347BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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