#279ccd

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

Shades of Pelorous #279CCD

Tints of Pelorous #279CCD

Color information

#279CCD (or 0x279CCD) is unknown color: approx Pelorous. HEX triplet: 27, 9C and CD. RGB value is (39,156,205). Sum of RGB (Red+Green+Blue) = 39+156+205=400 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.75% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #279CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279CCD is #D86332. Grayscale: #7E7E7E. Windows color (decimal): -14181171 or 13474855. OLE color: 13474855.

HSL color Cylindrical-coordinate representation of color #279CCD: hue angle of 197.71º 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 #279CCD is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB39156205-
CMYK0.810.2400.20
HSL197.71º68.03%47.84%-
HSV(B)197.71º80.98%80.39%-
XYZ23.7428.6262.03-
YUV126.6172.2465.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.75%
GREEN value IS 156 (61.33% from 255) = 39%
BLUE value IS 205 (80.47% from 255) = 51.25%
R=9.75%
G=39%
B=51.25%

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
Decimal391562050.810.2400.20197.7168.0347.84
Hex279CCD5118014c64430
Octal472343151213002430610460
Binary1001111001110011001101101000111000010100110001101000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279ccd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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