#279aac

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

Shades of Pelorous #279AAC

Tints of Pelorous #279AAC

Color information

#279AAC (or 0x279AAC) is unknown color: approx Pelorous. HEX triplet: 27, 9A and AC. RGB value is (39,154,172). Sum of RGB (Red+Green+Blue) = 39+154+172=365 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.68% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #279AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279AAC is #D86553. Grayscale: #797979. Windows color (decimal): -14181716 or 11311655. OLE color: 11311655.

HSL color Cylindrical-coordinate representation of color #279AAC: hue angle of 188.12º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #279AAC is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB39154172-
CMYK0.770.1000.33
HSL188.12º63.03%41.37%-
HSV(B)188.12º77.33%67.45%-
XYZ19.8426.5243.1-
YUV121.67156.469.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.68%
GREEN value IS 154 (60.55% from 255) = 42.19%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=10.68%
G=42.19%
B=47.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391541720.770.1000.33188.1263.0341.37
Hex279AAC4DA021bc3f29
Octal47232254115120412747751
Binary100111100110101010110010011011010010000110111100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279aac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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