#3289B1

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

Shades of Curious Blue #3289B1

Tints of Curious Blue #3289B1

Color information

#3289B1 (or 0x3289B1) is unknown color: approx Curious Blue. HEX triplet: 32, 89 and B1. RGB value is (50,137,177). Sum of RGB (Red+Green+Blue) = 50+137+177=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 177 - color contains mainly: blue. Hex color #3289B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3289B1 is #CD764E. Grayscale: #737373. Windows color (decimal): -13465167 or 11634994. OLE color: 11634994.

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

Color convert

RGB50137177-
CMYK0.720.2300.31
HSL198.9º55.95%44.51%-
HSV(B)198.9º71.75%69.41%-
XYZ18.221.7444.83-
YUV115.55162.6881.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.74%
GREEN value IS 137 (53.91% from 255) = 37.64%
BLUE value IS 177 (69.53% from 255) = 48.63%
R=13.74%
G=37.64%
B=48.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501371770.720.2300.31198.955.9544.51
Hex3289B1481701Fc7382d
Octal62211261110270373077055
Binary110010100010011011000110010001011101111111000111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3289B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,137,177); }

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

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

 a { background-color: rgb(50,137,177); }

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

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

 span { border-color: rgb(50,137,177); }

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