#3183AD

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

Shades of Curious Blue #3183AD

Tints of Curious Blue #3183AD

Color information

#3183AD (or 0x3183AD) is unknown color: approx Curious Blue. HEX triplet: 31, 83 and AD. RGB value is (49,131,173). Sum of RGB (Red+Green+Blue) = 49+131+173=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #3183AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3183AD is #CE7C52. Grayscale: #6F6F6F. Windows color (decimal): -13532243 or 11371313. OLE color: 11371313.

HSL color Cylindrical-coordinate representation of color #3183AD: hue angle of 200.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3183AD is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB49131173-
CMYK0.720.2400.32
HSL200.32º55.86%43.53%-
HSV(B)200.32º71.68%67.84%-
XYZ16.9319.942.48-
YUV111.27162.8383.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.88%
GREEN value IS 131 (51.56% from 255) = 37.11%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=13.88%
G=37.11%
B=49.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491311730.720.2400.32200.3255.8643.53
Hex3183AD4818020c8382c
Octal61203255110300403107054
Binary1100011000001110101101100100011000010000011001000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3183AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3183AD; }

 p { color: rgb(49,131,173); }

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

<style>
 a { background-color: #3183AD; }

 a { background-color: rgb(49,131,173); }

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

<style>
 span { border-color: #3183AD; }

 span { border-color: rgb(49,131,173); }

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