#279CCA

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

Shades of Pelorous #279CCA

Tints of Pelorous #279CCA

Color information

#279CCA (or 0x279CCA) is unknown color: approx Pelorous. HEX triplet: 27, 9C and CA. RGB value is (39,156,202). Sum of RGB (Red+Green+Blue) = 39+156+202=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #279CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279CCA is #D86335. Grayscale: #7D7D7D. Windows color (decimal): -14181174 or 13278247. OLE color: 13278247.

HSL color Cylindrical-coordinate representation of color #279CCA: hue angle of 196.93º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #279CCA is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB39156202-
CMYK0.810.2300.21
HSL196.93º67.63%47.25%-
HSV(B)196.93º80.69%79.22%-
XYZ23.3928.4760.14-
YUV126.26170.7465.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.82%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=9.82%
G=39.29%
B=50.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal391562020.810.2300.21196.9367.6347.25
Hex279CCA5117015c5442f
Octal472343121212702530510457
Binary1001111001110011001010101000110111010101110001011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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