#278FAD

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

Shades of Pelorous #278FAD

Tints of Pelorous #278FAD

Color information

#278FAD (or 0x278FAD) is unknown color: approx Pelorous. HEX triplet: 27, 8F and AD. RGB value is (39,143,173). Sum of RGB (Red+Green+Blue) = 39+143+173=355 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.99% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #278FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278FAD is #D87052. Grayscale: #737373. Windows color (decimal): -14184531 or 11374375. OLE color: 11374375.

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

Color convert

RGB39143173-
CMYK0.770.1700.32
HSL193.43º63.21%41.57%-
HSV(B)193.43º77.46%67.84%-
XYZ18.223.0943.03-
YUV115.32160.5473.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.99%
GREEN value IS 143 (56.25% from 255) = 40.28%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=10.99%
G=40.28%
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.32
SystemRedGreenBlueCMYKHSL
Decimal391431730.770.1700.32193.4363.2141.57
Hex278FAD4D11020c13f2a
Octal47217255115210403017752
Binary1001111000111110101101100110110001010000011000001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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