#3187C1

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

Shades of Curious Blue #3187C1

Tints of Curious Blue #3187C1

Color information

#3187C1 (or 0x3187C1) is unknown color: approx Curious Blue. HEX triplet: 31, 87 and C1. RGB value is (49,135,193). Sum of RGB (Red+Green+Blue) = 49+135+193=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #3187C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3187C1 is #CE783E. Grayscale: #737373. Windows color (decimal): -13531199 or 12683057. OLE color: 12683057.

HSL color Cylindrical-coordinate representation of color #3187C1: hue angle of 204.17º 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 #3187C1 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB49135193-
CMYK0.750.3000.24
HSL204.17º59.5%47.45%-
HSV(B)204.17º74.61%75.69%-
XYZ19.5621.8353.64-
YUV115.9171.5180.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.00%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 193 (75.78% from 255) = 51.19%
R=13.00%
G=35.81%
B=51.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal491351930.750.3000.24204.1759.547.45
Hex3187C14B1E018cc3c2f
Octal61207301113360303147457
Binary110001100001111100000110010111111001100011001100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3187C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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