Html Css Color HEX #3172CE Royal Blue

📋 copy color: '#3172CE'

red 49 ◦ green 114 ◦ blue 206

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

Shades of Royal Blue #3172CE

Tints of Royal Blue #3172CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.89%

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

R = 13.28%
G = 30.89%
B = 55.83%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3172CE (or 0x3172CE) is known color: Royal Blue. HEX triplet: 31, 72 and CE. RGB value is (49,114,206). Sum of RGB (Red+Green+Blue) = 49+114+206=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #3172CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3172CE is #CE8D31. Grayscale: #686868. Windows color (decimal): -13536562 or 13529649. OLE color: 13529649.

HSL color Cylindrical-coordinate representation of color #3172CE: hue angle of 215.16º 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 #3172CE is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 114 206 -
CMYK 0.76 0.45 0 0.19
HSL 215.16º 0.62% 0.5% -
HSV(B) 215.16º 0.76% 0.81% -
XYZ 18.42 17.14 60.73 -
YUV 105.05 184.97 88.02 -
System Red Green Blue C M Y K H S L
Decimal 49 114 206 0.76 0.45 0 0.19 215.16 0.62 0.5
Hex 31 72 CE 4C 2D 0 13 D7 3E 32
Octal 61 162 316 114 55 0 23 327 76 62
Binary 110001 1110010 11001110 1001100 101101 0 10011 11010111 111110 110010

Color Harmonies of #3172CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3172CE

Black with #3172CE

Text Example


Text Example

White with #3172CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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