#3189C7

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

Shades of Curious Blue #3189C7

Tints of Curious Blue #3189C7

Color information

#3189C7 (or 0x3189C7) is unknown color: approx Curious Blue. HEX triplet: 31, 89 and C7. RGB value is (49,137,199). Sum of RGB (Red+Green+Blue) = 49+137+199=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 199 (78.12% from 255 or 51.69% from 385); Max value from RGB is 199 - color contains mainly: blue. Hex color #3189C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3189C7 is #CE7638. Grayscale: #757575. Windows color (decimal): -13530681 or 13076785. OLE color: 13076785.

HSL color Cylindrical-coordinate representation of color #3189C7: hue angle of 204.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3189C7 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB49137199-
CMYK0.750.3100.22
HSL204.8º60.48%48.63%-
HSV(B)204.8º75.38%78.04%-
XYZ20.5222.6757.33-
YUV117.76173.8578.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.73%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 199 (78.12% from 255) = 51.69%
R=12.73%
G=35.58%
B=51.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal491371990.750.3100.22204.860.4848.63
Hex3189C74B1F016cd3c31
Octal61211307113370263157461
Binary110001100010011100011110010111111101011011001101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3189C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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