#289AAD

Color #289AAD Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #289AAD

Tints of Pelorous #289AAD

Color information

#289AAD (or 0x289AAD) is unknown color: approx Pelorous. HEX triplet: 28, 9A and AD. RGB value is (40,154,173). Sum of RGB (Red+Green+Blue) = 40+154+173=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #289AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289AAD is #D76552. Grayscale: #797979. Windows color (decimal): -14116179 or 11377192. OLE color: 11377192.

HSL color Cylindrical-coordinate representation of color #289AAD: hue angle of 188.57º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #289AAD is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB40154173-
CMYK0.770.1100.32
HSL188.57º62.44%41.76%-
HSV(B)188.57º76.88%67.84%-
XYZ19.9726.5843.61-
YUV122.08156.7369.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.90%
GREEN value IS 154 (60.55% from 255) = 41.96%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=10.90%
G=41.96%
B=47.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401541730.770.1100.32188.5762.4441.76
Hex289AAD4DB020bd3e2a
Octal50232255115130402757652
Binary101000100110101010110110011011011010000010111101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289AAD; }

 p { color: rgb(40,154,173); }

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

<style>
 a { background-color: #289AAD; }

 a { background-color: rgb(40,154,173); }

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

<style>
 span { border-color: #289AAD; }

 span { border-color: rgb(40,154,173); }

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