#3170C1

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

Shades of Curious Blue #3170C1

Tints of Curious Blue #3170C1

Color information

#3170C1 (or 0x3170C1) is unknown color: approx Curious Blue. HEX triplet: 31, 70 and C1. RGB value is (49,112,193). Sum of RGB (Red+Green+Blue) = 49+112+193=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #3170C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3170C1 is #CE8F3E. Grayscale: #666666. Windows color (decimal): -13537087 or 12677169. OLE color: 12677169.

HSL color Cylindrical-coordinate representation of color #3170C1: hue angle of 213.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3170C1 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB49112193-
CMYK0.750.4200.24
HSL213.75º59.5%47.45%-
HSV(B)213.75º74.61%75.69%-
XYZ16.6916.0952.68-
YUV102.4179.1389.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.84%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 193 (75.78% from 255) = 54.52%
R=13.84%
G=31.64%
B=54.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal491121930.750.4200.24213.7559.547.45
Hex3170C14B2A018d63c2f
Octal61160301113520303267457
Binary110001111000011000001100101110101001100011010110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3170C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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