#279EBC

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

Shades of Pelorous #279EBC

Tints of Pelorous #279EBC

Color information

#279EBC (or 0x279EBC) is unknown color: approx Pelorous. HEX triplet: 27, 9E and BC. RGB value is (39,158,188). Sum of RGB (Red+Green+Blue) = 39+158+188=385 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.13% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #279EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279EBC is #D86143. Grayscale: #7D7D7D. Windows color (decimal): -14180676 or 12361255. OLE color: 12361255.

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

Color convert

RGB39158188-
CMYK0.790.1600.26
HSL192.08º65.64%44.51%-
HSV(B)192.08º79.26%73.73%-
XYZ22.1428.5251.91-
YUV125.84163.0866.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.13%
GREEN value IS 158 (62.11% from 255) = 41.04%
BLUE value IS 188 (73.83% from 255) = 48.83%
R=10.13%
G=41.04%
B=48.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391581880.790.1600.26192.0865.6444.51
Hex279EBC4F1001Ac0422d
Octal472362741172003230010255
Binary1001111001111010111100100111110000011010110000001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,158,188); }

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

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

 a { background-color: rgb(39,158,188); }

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

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

 span { border-color: rgb(39,158,188); }

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