#279AC0

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

Shades of Pelorous #279AC0

Tints of Pelorous #279AC0

Color information

#279AC0 (or 0x279AC0) is unknown color: approx Pelorous. HEX triplet: 27, 9A and C0. RGB value is (39,154,192). Sum of RGB (Red+Green+Blue) = 39+154+192=385 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.13% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #279AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279AC0 is #D8653F. Grayscale: #7B7B7B. Windows color (decimal): -14181696 or 12622375. OLE color: 12622375.

HSL color Cylindrical-coordinate representation of color #279AC0: hue angle of 194.9º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #279AC0 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB39154192-
CMYK0.800.2000.25
HSL194.9º66.23%45.29%-
HSV(B)194.9º79.69%75.29%-
XYZ21.9127.3553.99-
YUV123.95166.467.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.13%
GREEN value IS 154 (60.55% from 255) = 40%
BLUE value IS 192 (75.39% from 255) = 49.87%
R=10.13%
G=40%
B=49.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal391541920.800.2000.25194.966.2345.29
Hex279AC05014019c3422d
Octal472323001202403130310255
Binary1001111001101011000000101000010100011001110000111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,154,192); }

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

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

 a { background-color: rgb(39,154,192); }

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

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

 span { border-color: rgb(39,154,192); }

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