#3170C5

Color #3170C5 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3170C5

Tints of Curious Blue #3170C5

Color information

#3170C5 (or 0x3170C5) is unknown color: approx Curious Blue. HEX triplet: 31, 70 and C5. RGB value is (49,112,197). Sum of RGB (Red+Green+Blue) = 49+112+197=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 197 (77.34% from 255 or 55.03% from 358); Max value from RGB is 197 - color contains mainly: blue. Hex color #3170C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3170C5 is #CE8F3A. Grayscale: #666666. Windows color (decimal): -13537083 or 12939313. OLE color: 12939313.

HSL color Cylindrical-coordinate representation of color #3170C5: hue angle of 214.46º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3170C5 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB49112197-
CMYK0.750.4300.23
HSL214.46º60.16%48.24%-
HSV(B)214.46º75.13%77.25%-
XYZ17.1416.2755.06-
YUV102.85181.1389.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.69%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 197 (77.34% from 255) = 55.03%
R=13.69%
G=31.28%
B=55.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal491121970.750.4300.23214.4660.1648.24
Hex3170C54B2B017d63c30
Octal61160305113530273267460
Binary110001111000011000101100101110101101011111010110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3170C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3170C5;
 }
 .AnyTagClassName
 {
   color: #3170C5;
 }
</style>
background-color css

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

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

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

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

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

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