#3179BF

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

Shades of Curious Blue #3179BF

Tints of Curious Blue #3179BF

Color information

#3179BF (or 0x3179BF) is unknown color: approx Curious Blue. HEX triplet: 31, 79 and BF. RGB value is (49,121,191). Sum of RGB (Red+Green+Blue) = 49+121+191=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #3179BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3179BF is #CE8640. Grayscale: #6B6B6B. Windows color (decimal): -13534785 or 12548401. OLE color: 12548401.

HSL color Cylindrical-coordinate representation of color #3179BF: hue angle of 209.58º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3179BF is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB49121191-
CMYK0.740.3700.25
HSL209.58º59.17%47.06%-
HSV(B)209.58º74.35%74.9%-
XYZ17.5118.0951.86-
YUV107.45175.1586.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.57%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 191 (75% from 255) = 52.91%
R=13.57%
G=33.52%
B=52.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491211910.740.3700.25209.5859.1747.06
Hex3179BF4A25019d23b2f
Octal61171277112450313227357
Binary110001111100110111111100101010010101100111010010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3179BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3179BF; }

 p { color: rgb(49,121,191); }

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

<style>
 a { background-color: #3179BF; }

 a { background-color: rgb(49,121,191); }

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

<style>
 span { border-color: #3179BF; }

 span { border-color: rgb(49,121,191); }

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