#279AA6

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

Shades of Pelorous #279AA6

Tints of Pelorous #279AA6

Color information

#279AA6 (or 0x279AA6) is unknown color: approx Pelorous. HEX triplet: 27, 9A and A6. RGB value is (39,154,166). Sum of RGB (Red+Green+Blue) = 39+154+166=359 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.86% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 166 - color contains mainly: blue. Hex color #279AA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279AA6 is #D86559. Grayscale: #787878. Windows color (decimal): -14181722 or 10918439. OLE color: 10918439.

HSL color Cylindrical-coordinate representation of color #279AA6: hue angle of 185.67º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #279AA6 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB39154166-
CMYK0.770.0700.35
HSL185.67º61.95%40.2%-
HSV(B)185.67º76.51%65.1%-
XYZ19.2826.340.14-
YUV120.98153.469.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.86%
GREEN value IS 154 (60.55% from 255) = 42.90%
BLUE value IS 166 (65.23% from 255) = 46.24%
R=10.86%
G=42.90%
B=46.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal391541660.770.0700.35185.6761.9540.2
Hex279AA64D7023ba3e28
Octal4723224611570432727650
Binary10011110011010101001101001101111010001110111010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279AA6; }

 p { color: rgb(39,154,166); }

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

<style>
 a { background-color: #279AA6; }

 a { background-color: rgb(39,154,166); }

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

<style>
 span { border-color: #279AA6; }

 span { border-color: rgb(39,154,166); }

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