#279DBC

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

Shades of Pelorous #279DBC

Tints of Pelorous #279DBC

Color information

#279DBC (or 0x279DBC) is unknown color: approx Pelorous. HEX triplet: 27, 9D and BC. RGB value is (39,157,188). Sum of RGB (Red+Green+Blue) = 39+157+188=384 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.16% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #279DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279DBC is #D86243. Grayscale: #7D7D7D. Windows color (decimal): -14180932 or 12360999. OLE color: 12360999.

HSL color Cylindrical-coordinate representation of color #279DBC: hue angle of 192.48º 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 #279DBC is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB39157188-
CMYK0.790.1600.26
HSL192.48º65.64%44.51%-
HSV(B)192.48º79.26%73.73%-
XYZ21.9728.1851.86-
YUV125.25163.4166.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.16%
GREEN value IS 157 (61.72% from 255) = 40.89%
BLUE value IS 188 (73.83% from 255) = 48.96%
R=10.16%
G=40.89%
B=48.96%

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
Decimal391571880.790.1600.26192.4865.6444.51
Hex279DBC4F1001Ac0422d
Octal472352741172003230010255
Binary1001111001110110111100100111110000011010110000001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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