Html Css Color HEX #3170CE Royal Blue

📋 copy color: '#3170CE'

red 49 ◦ green 112 ◦ blue 206

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

Shades of Royal Blue #3170CE

Tints of Royal Blue #3170CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.52%

 BLUE value IS 206 (80.86% from 255) = 56.13%

R = 13.35%
G = 30.52%
B = 56.13%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3170CE (or 0x3170CE) is known color: Royal Blue. HEX triplet: 31, 70 and CE. RGB value is (49,112,206). Sum of RGB (Red+Green+Blue) = 49+112+206=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #3170CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3170CE is #CE8F31. Grayscale: #676767. Windows color (decimal): -13537074 or 13529137. OLE color: 13529137.

HSL color Cylindrical-coordinate representation of color #3170CE: hue angle of 215.92º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3170CE is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 112 206 -
CMYK 0.76 0.46 0 0.19
HSL 215.92º 0.62% 0.5% -
HSV(B) 215.92º 0.76% 0.81% -
XYZ 18.2 16.7 60.66 -
YUV 103.88 185.63 88.86 -
System Red Green Blue C M Y K H S L
Decimal 49 112 206 0.76 0.46 0 0.19 215.92 0.62 0.5
Hex 31 70 CE 4C 2E 0 13 D8 3E 32
Octal 61 160 316 114 56 0 23 330 76 62
Binary 110001 1110000 11001110 1001100 101110 0 10011 11011000 111110 110010

Color Harmonies of #3170CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3170CE

Black with #3170CE

Text Example


Text Example

White with #3170CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3170CE; }

 p { color: rgb(49,112,206); }

 H1.HeaderClassName
 {
   color: #3170CE;
 }
 .AnyTagClassName
 {
   color: #3170CE;
 }
</style>

background-color css

<style>
 a { background-color: #3170CE; }

 a { background-color: rgb(49,112,206); }

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

border-color css

<style>
 span { border-color: #3170CE; }

 span { border-color: rgb(49,112,206); }

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