#3174BF

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

Shades of Curious Blue #3174BF

Tints of Curious Blue #3174BF

Color information

#3174BF (or 0x3174BF) is unknown color: approx Curious Blue. HEX triplet: 31, 74 and BF. RGB value is (49,116,191). Sum of RGB (Red+Green+Blue) = 49+116+191=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #3174BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3174BF is #CE8B40. Grayscale: #686868. Windows color (decimal): -13536065 or 12547121. OLE color: 12547121.

HSL color Cylindrical-coordinate representation of color #3174BF: hue angle of 211.69º 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 #3174BF is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB49116191-
CMYK0.740.3900.25
HSL211.69º59.17%47.06%-
HSV(B)211.69º74.35%74.9%-
XYZ16.9216.9151.66-
YUV104.52176.888.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.76%
GREEN value IS 116 (45.70% from 255) = 32.58%
BLUE value IS 191 (75% from 255) = 53.65%
R=13.76%
G=32.58%
B=53.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491161910.740.3900.25211.6959.1747.06
Hex3174BF4A27019d43b2f
Octal61164277112470313247357
Binary110001111010010111111100101010011101100111010100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3174BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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