#279fc3

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

Shades of Pelorous #279FC3

Tints of Pelorous #279FC3

Color information

#279FC3 (or 0x279FC3) is unknown color: approx Pelorous. HEX triplet: 27, 9F and C3. RGB value is (39,159,195). Sum of RGB (Red+Green+Blue) = 39+159+195=393 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.92% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #279FC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279FC3 is #D8603C. Grayscale: #7E7E7E. Windows color (decimal): -14180413 or 12820263. OLE color: 12820263.

HSL color Cylindrical-coordinate representation of color #279FC3: hue angle of 193.85º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #279FC3 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB39159195-
CMYK0.800.1800.24
HSL193.85º66.67%45.88%-
HSV(B)193.85º80%76.47%-
XYZ23.0929.1756.04-
YUV127.22166.2465.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.92%
GREEN value IS 159 (62.5% from 255) = 40.46%
BLUE value IS 195 (76.56% from 255) = 49.62%
R=9.92%
G=40.46%
B=49.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal391591950.800.1800.24193.8566.6745.88
Hex279FC35012018c2432e
Octal472373031202203030210356
Binary1001111001111111000011101000010010011000110000101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279fc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,159,195); }

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

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

 a { background-color: rgb(39,159,195); }

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

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

 span { border-color: rgb(39,159,195); }

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