#3389BD

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

Shades of Curious Blue #3389BD

Tints of Curious Blue #3389BD

Color information

#3389BD (or 0x3389BD) is unknown color: approx Curious Blue. HEX triplet: 33, 89 and BD. RGB value is (51,137,189). Sum of RGB (Red+Green+Blue) = 51+137+189=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #3389BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3389BD is #CC7642. Grayscale: #747474. Windows color (decimal): -13399619 or 12421427. OLE color: 12421427.

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

Color convert

RGB51137189-
CMYK0.730.2800.26
HSL202.61º57.5%47.06%-
HSV(B)202.61º73.02%74.12%-
XYZ19.522.2751.41-
YUV117.21168.5180.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.53%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 189 (74.22% from 255) = 50.13%
R=13.53%
G=36.34%
B=50.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511371890.730.2800.26202.6157.547.06
Hex3389BD491C01Acb3a2f
Octal63211275111340323137257
Binary110011100010011011110110010011110001101011001011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3389BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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