#4089BA

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

Shades of Curious Blue #4089BA

Tints of Curious Blue #4089BA

Color information

#4089BA (or 0x4089BA) is unknown color: approx Curious Blue. HEX triplet: 40, 89 and BA. RGB value is (64,137,186). Sum of RGB (Red+Green+Blue) = 64+137+186=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #4089BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4089BA is #BF7645. Grayscale: #787878. Windows color (decimal): -12547654 or 12224832. OLE color: 12224832.

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

Color convert

RGB64137186-
CMYK0.660.2600.27
HSL204.1º48.8%49.02%-
HSV(B)204.1º65.59%72.94%-
XYZ19.9222.5349.75-
YUV120.76164.8287.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.54%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=16.54%
G=35.40%
B=48.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641371860.660.2600.27204.148.849.02
Hex4089BA421A01Bcc3131
Octal100211272102320333146161
Binary1000000100010011011101010000101101001101111001100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4089BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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