#2893A9

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

Shades of Pelorous #2893A9

Tints of Pelorous #2893A9

Color information

#2893A9 (or 0x2893A9) is unknown color: approx Pelorous. HEX triplet: 28, 93 and A9. RGB value is (40,147,169). Sum of RGB (Red+Green+Blue) = 40+147+169=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 169 (66.41% from 255 or 47.47% from 356); Max value from RGB is 169 - color contains mainly: blue. Hex color #2893A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2893A9 is #D76C56. Grayscale: #757575. Windows color (decimal): -14117975 or 11113256. OLE color: 11113256.

HSL color Cylindrical-coordinate representation of color #2893A9: hue angle of 190.23º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2893A9 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB40147169-
CMYK0.760.1300.34
HSL190.23º61.72%40.98%-
HSV(B)190.23º76.33%66.27%-
XYZ18.4724.1841.23-
YUV117.52157.0572.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.24%
GREEN value IS 147 (57.81% from 255) = 41.29%
BLUE value IS 169 (66.41% from 255) = 47.47%
R=11.24%
G=41.29%
B=47.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal401471690.760.1300.34190.2361.7240.98
Hex2893A94CD022be3e29
Octal50223251114150422767651
Binary101000100100111010100110011001101010001010111110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2893A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2893A9; }

 p { color: rgb(40,147,169); }

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

<style>
 a { background-color: #2893A9; }

 a { background-color: rgb(40,147,169); }

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

<style>
 span { border-color: #2893A9; }

 span { border-color: rgb(40,147,169); }

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