#279BCD

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

Shades of Pelorous #279BCD

Tints of Pelorous #279BCD

Color information

#279BCD (or 0x279BCD) is unknown color: approx Pelorous. HEX triplet: 27, 9B and CD. RGB value is (39,155,205). Sum of RGB (Red+Green+Blue) = 39+155+205=399 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.77% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #279BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279BCD is #D86432. Grayscale: #7D7D7D. Windows color (decimal): -14181427 or 13474599. OLE color: 13474599.

HSL color Cylindrical-coordinate representation of color #279BCD: hue angle of 198.07º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #279BCD is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB39155205-
CMYK0.810.2400.20
HSL198.07º68.03%47.84%-
HSV(B)198.07º80.98%80.39%-
XYZ23.5828.2861.97-
YUV126.02172.5765.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.77%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 205 (80.47% from 255) = 51.38%
R=9.77%
G=38.85%
B=51.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal391552050.810.2400.20198.0768.0347.84
Hex279BCD5118014c64430
Octal472333151213002430610460
Binary1001111001101111001101101000111000010100110001101000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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