#2799A9

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

Shades of Pelorous #2799A9

Tints of Pelorous #2799A9

Color information

#2799A9 (or 0x2799A9) is unknown color: approx Pelorous. HEX triplet: 27, 99 and A9. RGB value is (39,153,169). Sum of RGB (Red+Green+Blue) = 39+153+169=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #2799A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2799A9 is #D86656. Grayscale: #787878. Windows color (decimal): -14181975 or 11114791. OLE color: 11114791.

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

Color convert

RGB39153169-
CMYK0.770.0900.34
HSL187.38º62.5%40.78%-
HSV(B)187.38º76.92%66.27%-
XYZ19.3926.0841.55-
YUV120.74155.2369.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.80%
GREEN value IS 153 (60.16% from 255) = 42.38%
BLUE value IS 169 (66.41% from 255) = 46.81%
R=10.80%
G=42.38%
B=46.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal391531690.770.0900.34187.3862.540.78
Hex2799A94D9022bb3e29
Octal47231251115110422737651
Binary100111100110011010100110011011001010001010111011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2799A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,153,169); }

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

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

 a { background-color: rgb(39,153,169); }

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

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

 span { border-color: rgb(39,153,169); }

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