#278EAC

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

Shades of Pelorous #278EAC

Tints of Pelorous #278EAC

Color information

#278EAC (or 0x278EAC) is unknown color: approx Pelorous. HEX triplet: 27, 8E and AC. RGB value is (39,142,172). Sum of RGB (Red+Green+Blue) = 39+142+172=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #278EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278EAC is #D87153. Grayscale: #727272. Windows color (decimal): -14184788 or 11308583. OLE color: 11308583.

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

Color convert

RGB39142172-
CMYK0.770.1700.33
HSL193.53º63.03%41.37%-
HSV(B)193.53º77.33%67.45%-
XYZ17.9622.7642.48-
YUV114.62160.3874.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.05%
GREEN value IS 142 (55.86% from 255) = 40.23%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=11.05%
G=40.23%
B=48.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391421720.770.1700.33193.5363.0341.37
Hex278EAC4D11021c23f29
Octal47216254115210413027751
Binary1001111000111010101100100110110001010000111000010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278EAC; }

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

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

<style>
 a { background-color: #278EAC; }

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

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

<style>
 span { border-color: #278EAC; }

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

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