#279BBB

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

Shades of Pelorous #279BBB

Tints of Pelorous #279BBB

Color information

#279BBB (or 0x279BBB) is unknown color: approx Pelorous. HEX triplet: 27, 9B and BB. RGB value is (39,155,187). Sum of RGB (Red+Green+Blue) = 39+155+187=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #279BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279BBB is #D86444. Grayscale: #7B7B7B. Windows color (decimal): -14181445 or 12294951. OLE color: 12294951.

HSL color Cylindrical-coordinate representation of color #279BBB: hue angle of 192.97º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #279BBB is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB39155187-
CMYK0.790.1700.27
HSL192.97º65.49%44.31%-
HSV(B)192.97º79.14%73.33%-
XYZ21.5327.4651.18-
YUV123.96163.5767.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.24%
GREEN value IS 155 (60.94% from 255) = 40.68%
BLUE value IS 187 (73.44% from 255) = 49.08%
R=10.24%
G=40.68%
B=49.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391551870.790.1700.27192.9765.4944.31
Hex279BBB4F1101Bc1412c
Octal472332731172103330110154
Binary1001111001101110111011100111110001011011110000011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,155,187); }

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

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

 a { background-color: rgb(39,155,187); }

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

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

 span { border-color: rgb(39,155,187); }

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