#278DAC

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

Shades of Pelorous #278DAC

Tints of Pelorous #278DAC

Color information

#278DAC (or 0x278DAC) is unknown color: approx Pelorous. HEX triplet: 27, 8D and AC. RGB value is (39,141,172). Sum of RGB (Red+Green+Blue) = 39+141+172=352 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.08% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #278DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278DAC is #D87253. Grayscale: #717171. Windows color (decimal): -14185044 or 11308327. OLE color: 11308327.

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

Color convert

RGB39141172-
CMYK0.770.1800.33
HSL193.98º63.03%41.37%-
HSV(B)193.98º77.33%67.45%-
XYZ17.8122.4642.43-
YUV114.04160.7174.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.08%
GREEN value IS 141 (55.47% from 255) = 40.06%
BLUE value IS 172 (67.58% from 255) = 48.86%
R=11.08%
G=40.06%
B=48.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391411720.770.1800.33193.9863.0341.37
Hex278DAC4D12021c23f29
Octal47215254115220413027751
Binary1001111000110110101100100110110010010000111000010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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