#279ABE

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

Shades of Pelorous #279ABE

Tints of Pelorous #279ABE

Color information

#279ABE (or 0x279ABE) is unknown color: approx Pelorous. HEX triplet: 27, 9A and BE. RGB value is (39,154,190). Sum of RGB (Red+Green+Blue) = 39+154+190=383 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.18% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #279ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279ABE is #D86541. Grayscale: #7B7B7B. Windows color (decimal): -14181698 or 12491303. OLE color: 12491303.

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

Color convert

RGB39154190-
CMYK0.790.1900.25
HSL194.3º65.94%44.9%-
HSV(B)194.3º79.47%74.51%-
XYZ21.6927.2652.83-
YUV123.72165.467.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.18%
GREEN value IS 154 (60.55% from 255) = 40.21%
BLUE value IS 190 (74.61% from 255) = 49.61%
R=10.18%
G=40.21%
B=49.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal391541900.790.1900.25194.365.9444.9
Hex279ABE4F13019c2422d
Octal472322761172303130210255
Binary1001111001101010111110100111110011011001110000101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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