#289FBD

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

Shades of Pelorous #289FBD

Tints of Pelorous #289FBD

Color information

#289FBD (or 0x289FBD) is unknown color: approx Pelorous. HEX triplet: 28, 9F and BD. RGB value is (40,159,189). Sum of RGB (Red+Green+Blue) = 40+159+189=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #289FBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289FBD is #D76042. Grayscale: #7E7E7E. Windows color (decimal): -14114883 or 12427048. OLE color: 12427048.

HSL color Cylindrical-coordinate representation of color #289FBD: hue angle of 192.08º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #289FBD is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB40159189-
CMYK0.790.1600.26
HSL192.08º65.07%44.9%-
HSV(B)192.08º78.84%74.12%-
XYZ22.4628.9252.54-
YUV126.84163.0866.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.31%
GREEN value IS 159 (62.5% from 255) = 40.98%
BLUE value IS 189 (74.22% from 255) = 48.71%
R=10.31%
G=40.98%
B=48.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal401591890.790.1600.26192.0865.0744.9
Hex289FBD4F1001Ac0412d
Octal502372751172003230010155
Binary1010001001111110111101100111110000011010110000001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,159,189); }

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

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

 a { background-color: rgb(40,159,189); }

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

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

 span { border-color: rgb(40,159,189); }

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