#3389BA

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

Shades of Curious Blue #3389BA

Tints of Curious Blue #3389BA

Color information

#3389BA (or 0x3389BA) is unknown color: approx Curious Blue. HEX triplet: 33, 89 and BA. RGB value is (51,137,186). Sum of RGB (Red+Green+Blue) = 51+137+186=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #3389BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3389BA is #CC7645. Grayscale: #747474. Windows color (decimal): -13399622 or 12224819. OLE color: 12224819.

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

Color convert

RGB51137186-
CMYK0.730.2600.27
HSL201.78º56.96%46.47%-
HSV(B)201.78º72.58%72.94%-
XYZ19.1722.1449.72-
YUV116.87167.0181.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.64%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=13.64%
G=36.63%
B=49.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511371860.730.2600.27201.7856.9646.47
Hex3389BA491A01Bca392e
Octal63211272111320333127156
Binary110011100010011011101010010011101001101111001010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3389BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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