#279DAC

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

Shades of Pelorous #279DAC

Tints of Pelorous #279DAC

Color information

#279DAC (or 0x279DAC) is unknown color: approx Pelorous. HEX triplet: 27, 9D and AC. RGB value is (39,157,172). Sum of RGB (Red+Green+Blue) = 39+157+172=368 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.60% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #279DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279DAC is #D86253. Grayscale: #7B7B7B. Windows color (decimal): -14180948 or 11312423. OLE color: 11312423.

HSL color Cylindrical-coordinate representation of color #279DAC: hue angle of 186.77º 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 #279DAC is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB39157172-
CMYK0.770.0900.33
HSL186.77º63.03%41.37%-
HSV(B)186.77º77.33%67.45%-
XYZ20.3427.5243.27-
YUV123.43155.4167.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.60%
GREEN value IS 157 (61.72% from 255) = 42.66%
BLUE value IS 172 (67.58% from 255) = 46.74%
R=10.60%
G=42.66%
B=46.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391571720.770.0900.33186.7763.0341.37
Hex279DAC4D9021bb3f29
Octal47235254115110412737751
Binary100111100111011010110010011011001010000110111011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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