#3181B1

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

Shades of Curious Blue #3181B1

Tints of Curious Blue #3181B1

Color information

#3181B1 (or 0x3181B1) is unknown color: approx Curious Blue. HEX triplet: 31, 81 and B1. RGB value is (49,129,177). Sum of RGB (Red+Green+Blue) = 49+129+177=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #3181B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3181B1 is #CE7E4E. Grayscale: #6E6E6E. Windows color (decimal): -13532751 or 11632945. OLE color: 11632945.

HSL color Cylindrical-coordinate representation of color #3181B1: hue angle of 202.5º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3181B1 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB49129177-
CMYK0.720.2700.31
HSL202.5º56.64%44.31%-
HSV(B)202.5º72.32%69.41%-
XYZ17.0519.5344.47-
YUV110.55165.584.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.80%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 177 (69.53% from 255) = 49.86%
R=13.80%
G=36.34%
B=49.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491291770.720.2700.31202.556.6444.31
Hex3181B1481B01Fca392c
Octal61201261110330373127154
Binary110001100000011011000110010001101101111111001010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3181B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3181B1; }

 p { color: rgb(49,129,177); }

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

<style>
 a { background-color: #3181B1; }

 a { background-color: rgb(49,129,177); }

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

<style>
 span { border-color: #3181B1; }

 span { border-color: rgb(49,129,177); }

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