#279EAD

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

Shades of Pelorous #279EAD

Tints of Pelorous #279EAD

Color information

#279EAD (or 0x279EAD) is unknown color: approx Pelorous. HEX triplet: 27, 9E and AD. RGB value is (39,158,173). Sum of RGB (Red+Green+Blue) = 39+158+173=370 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.54% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #279EAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279EAD is #D86152. Grayscale: #7B7B7B. Windows color (decimal): -14180691 or 11378215. OLE color: 11378215.

HSL color Cylindrical-coordinate representation of color #279EAD: hue angle of 186.72º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #279EAD is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB39158173-
CMYK0.770.0900.32
HSL186.72º63.21%41.57%-
HSV(B)186.72º77.46%67.84%-
XYZ20.6127.943.83-
YUV124.13155.5867.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.54%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 173 (67.97% from 255) = 46.76%
R=10.54%
G=42.70%
B=46.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391581730.770.0900.32186.7263.2141.57
Hex279EAD4D9020bb3f2a
Octal47236255115110402737752
Binary100111100111101010110110011011001010000010111011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,158,173); }

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

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

 a { background-color: rgb(39,158,173); }

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

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

 span { border-color: rgb(39,158,173); }

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