Html Css Color HEX #3178DD Royal Blue

📋 copy color: '#3178DD'

red 49 ◦ green 120 ◦ blue 221

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

Shades of Royal Blue #3178DD

Tints of Royal Blue #3178DD

RGB

 RED value IS 49 (19.53% from 255) = 12.56%

 GREEN value IS 120 (47.27% from 255) = 30.77%

 BLUE value IS 221 (86.72% from 255) = 56.67%

R = 12.56%
G = 30.77%
B = 56.67%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3178DD (or 0x3178DD) is known color: Royal Blue. HEX triplet: 31, 78 and DD. RGB value is (49,120,221). Sum of RGB (Red+Green+Blue) = 49+120+221=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #3178DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3178DD is #CE8722. Grayscale: #6D6D6D. Windows color (decimal): -13535011 or 14514225. OLE color: 14514225.

HSL color Cylindrical-coordinate representation of color #3178DD: hue angle of 215.23º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3178DD is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 120 221 -
CMYK 0.78 0.46 0 0.13
HSL 215.23º 0.72% 0.53% -
HSV(B) 215.23º 0.78% 0.87% -
XYZ 21.03 19.31 71.02 -
YUV 110.29 190.48 84.29 -
System Red Green Blue C M Y K H S L
Decimal 49 120 221 0.78 0.46 0 0.13 215.23 0.72 0.53
Hex 31 78 DD 4E 2E 0 D D7 48 35
Octal 61 170 335 116 56 0 15 327 110 65
Binary 110001 1111000 11011101 1001110 101110 0 1101 11010111 1001000 110101

Color Harmonies of #3178DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3178DD

Black with #3178DD

Text Example


Text Example

White with #3178DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3178DD; }

 p { color: rgb(49,120,221); }

 H1.HeaderClassName
 {
   color: #3178DD;
 }
 .AnyTagClassName
 {
   color: #3178DD;
 }
</style>

background-color css

<style>
 a { background-color: #3178DD; }

 a { background-color: rgb(49,120,221); }

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

border-color css

<style>
 span { border-color: #3178DD; }

 span { border-color: rgb(49,120,221); }

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