#3189af

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

Shades of Curious Blue #3189AF

Tints of Curious Blue #3189AF

Color information

#3189AF (or 0x3189AF) is unknown color: approx Curious Blue. HEX triplet: 31, 89 and AF. RGB value is (49,137,175). Sum of RGB (Red+Green+Blue) = 49+137+175=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #3189AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3189AF is #CE7650. Grayscale: #727272. Windows color (decimal): -13530705 or 11503921. OLE color: 11503921.

HSL color Cylindrical-coordinate representation of color #3189AF: hue angle of 198.1º degrees, saturation: 0.56, 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 #3189AF is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB49137175-
CMYK0.720.2200.31
HSL198.1º56.25%43.92%-
HSV(B)198.1º72%68.63%-
XYZ17.9521.6443.79-
YUV115.02161.8580.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.57%
GREEN value IS 137 (53.91% from 255) = 37.95%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=13.57%
G=37.95%
B=48.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491371750.720.2200.31198.156.2543.92
Hex3189AF481601Fc6382c
Octal61211257110260373067054
Binary110001100010011010111110010001011001111111000110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3189af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3189af; }

 p { color: rgb(49,137,175); }

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

<style>
 a { background-color: #3189af; }

 a { background-color: rgb(49,137,175); }

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

<style>
 span { border-color: #3189af; }

 span { border-color: rgb(49,137,175); }

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