#279AB5

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

Shades of Pelorous #279AB5

Tints of Pelorous #279AB5

Color information

#279AB5 (or 0x279AB5) is unknown color: approx Pelorous. HEX triplet: 27, 9A and B5. RGB value is (39,154,181). Sum of RGB (Red+Green+Blue) = 39+154+181=374 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.43% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #279AB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279AB5 is #D8654A. Grayscale: #7A7A7A. Windows color (decimal): -14181707 or 11901479. OLE color: 11901479.

HSL color Cylindrical-coordinate representation of color #279AB5: hue angle of 191.41º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #279AB5 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB39154181-
CMYK0.780.1500.29
HSL191.41º64.55%43.14%-
HSV(B)191.41º78.45%70.98%-
XYZ20.7326.8847.81-
YUV122.69160.968.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.43%
GREEN value IS 154 (60.55% from 255) = 41.18%
BLUE value IS 181 (71.09% from 255) = 48.40%
R=10.43%
G=41.18%
B=48.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal391541810.780.1500.29191.4164.5543.14
Hex279AB54EF01Dbf412b
Octal472322651161703527710153
Binary100111100110101011010110011101111011101101111111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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