#279ABC

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

Shades of Pelorous #279ABC

Tints of Pelorous #279ABC

Color information

#279ABC (or 0x279ABC) is unknown color: approx Pelorous. HEX triplet: 27, 9A and BC. RGB value is (39,154,188). Sum of RGB (Red+Green+Blue) = 39+154+188=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #279ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279ABC is #D86543. Grayscale: #7B7B7B. Windows color (decimal): -14181700 or 12360231. OLE color: 12360231.

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

Color convert

RGB39154188-
CMYK0.790.1800.26
HSL193.69º65.64%44.51%-
HSV(B)193.69º79.26%73.73%-
XYZ21.4727.1751.69-
YUV123.49164.467.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.24%
GREEN value IS 154 (60.55% from 255) = 40.42%
BLUE value IS 188 (73.83% from 255) = 49.34%
R=10.24%
G=40.42%
B=49.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391541880.790.1800.26193.6965.6444.51
Hex279ABC4F1201Ac2422d
Octal472322741172203230210255
Binary1001111001101010111100100111110010011010110000101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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