#3178B7

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

Shades of Curious Blue #3178B7

Tints of Curious Blue #3178B7

Color information

#3178B7 (or 0x3178B7) is unknown color: approx Curious Blue. HEX triplet: 31, 78 and B7. RGB value is (49,120,183). Sum of RGB (Red+Green+Blue) = 49+120+183=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #3178B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3178B7 is #CE8748. Grayscale: #696969. Windows color (decimal): -13535049 or 12023857. OLE color: 12023857.

HSL color Cylindrical-coordinate representation of color #3178B7: hue angle of 208.21º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3178B7 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB49120183-
CMYK0.730.3400.28
HSL208.21º57.76%45.49%-
HSV(B)208.21º73.22%71.76%-
XYZ16.5317.547.31-
YUV105.95171.4887.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.92%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 183 (71.88% from 255) = 51.99%
R=13.92%
G=34.09%
B=51.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal491201830.730.3400.28208.2157.7645.49
Hex3178B7492201Cd03a2d
Octal61170267111420343207255
Binary110001111100010110111100100110001001110011010000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3178B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3178B7; }

 p { color: rgb(49,120,183); }

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

<style>
 a { background-color: #3178B7; }

 a { background-color: rgb(49,120,183); }

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

<style>
 span { border-color: #3178B7; }

 span { border-color: rgb(49,120,183); }

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