#3389BF

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

Shades of Curious Blue #3389BF

Tints of Curious Blue #3389BF

Color information

#3389BF (or 0x3389BF) is unknown color: approx Curious Blue. HEX triplet: 33, 89 and BF. RGB value is (51,137,191). Sum of RGB (Red+Green+Blue) = 51+137+191=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #3389BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3389BF is #CC7640. Grayscale: #757575. Windows color (decimal): -13399617 or 12552499. OLE color: 12552499.

HSL color Cylindrical-coordinate representation of color #3389BF: hue angle of 203.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3389BF is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51137191-
CMYK0.730.2800.25
HSL203.14º57.85%47.45%-
HSV(B)203.14º73.3%74.9%-
XYZ19.7122.3652.57-
YUV117.44169.5180.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.46%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 191 (75% from 255) = 50.40%
R=13.46%
G=36.15%
B=50.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511371910.730.2800.25203.1457.8547.45
Hex3389BF491C019cb3a2f
Octal63211277111340313137257
Binary110011100010011011111110010011110001100111001011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3389BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3389BF; }

 p { color: rgb(51,137,191); }

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

<style>
 a { background-color: #3389BF; }

 a { background-color: rgb(51,137,191); }

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

<style>
 span { border-color: #3389BF; }

 span { border-color: rgb(51,137,191); }

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