#279CAE

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

Shades of Pelorous #279CAE

Tints of Pelorous #279CAE

Color information

#279CAE (or 0x279CAE) is unknown color: approx Pelorous. HEX triplet: 27, 9C and AE. RGB value is (39,156,174). Sum of RGB (Red+Green+Blue) = 39+156+174=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #279CAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279CAE is #D86351. Grayscale: #7A7A7A. Windows color (decimal): -14181202 or 11443239. OLE color: 11443239.

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

Color convert

RGB39156174-
CMYK0.780.1000.32
HSL188º63.38%41.76%-
HSV(B)188º77.59%68.24%-
XYZ20.3727.2644.23-
YUV123.07156.7468.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.57%
GREEN value IS 156 (61.33% from 255) = 42.28%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=10.57%
G=42.28%
B=47.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391561740.780.1000.3218863.3841.76
Hex279CAE4EA020bc3f2a
Octal47234256116120402747752
Binary100111100111001010111010011101010010000010111100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,156,174); }

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

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

 a { background-color: rgb(39,156,174); }

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

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

 span { border-color: rgb(39,156,174); }

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