#3174BB

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

Shades of Curious Blue #3174BB

Tints of Curious Blue #3174BB

Color information

#3174BB (or 0x3174BB) is unknown color: approx Curious Blue. HEX triplet: 31, 74 and BB. RGB value is (49,116,187). Sum of RGB (Red+Green+Blue) = 49+116+187=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #3174BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3174BB is #CE8B44. Grayscale: #676767. Windows color (decimal): -13536069 or 12284977. OLE color: 12284977.

HSL color Cylindrical-coordinate representation of color #3174BB: hue angle of 210.87º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3174BB is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB49116187-
CMYK0.740.3800.27
HSL210.87º58.47%46.27%-
HSV(B)210.87º73.8%73.33%-
XYZ16.4816.7349.37-
YUV104.06174.888.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.92%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 187 (73.44% from 255) = 53.12%
R=13.92%
G=32.95%
B=53.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal491161870.740.3800.27210.8758.4746.27
Hex3174BB4A2601Bd33a2e
Octal61164273112460333237256
Binary110001111010010111011100101010011001101111010011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3174BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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