#3183BD

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

Shades of Curious Blue #3183BD

Tints of Curious Blue #3183BD

Color information

#3183BD (or 0x3183BD) is unknown color: approx Curious Blue. HEX triplet: 31, 83 and BD. RGB value is (49,131,189). Sum of RGB (Red+Green+Blue) = 49+131+189=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #3183BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3183BD is #CE7C42. Grayscale: #707070. Windows color (decimal): -13532227 or 12419889. OLE color: 12419889.

HSL color Cylindrical-coordinate representation of color #3183BD: hue angle of 204.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3183BD is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB49131189-
CMYK0.740.3100.26
HSL204.86º58.82%46.67%-
HSV(B)204.86º74.07%74.12%-
XYZ18.5720.5651.13-
YUV113.09170.8382.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.28%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 189 (74.22% from 255) = 51.22%
R=13.28%
G=35.50%
B=51.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal491311890.740.3100.26204.8658.8246.67
Hex3183BD4A1F01Acd3b2f
Octal61203275112370323157357
Binary110001100000111011110110010101111101101011001101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3183BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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