#279BCA

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

Shades of Pelorous #279BCA

Tints of Pelorous #279BCA

Color information

#279BCA (or 0x279BCA) is unknown color: approx Pelorous. HEX triplet: 27, 9B and CA. RGB value is (39,155,202). Sum of RGB (Red+Green+Blue) = 39+155+202=396 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.85% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #279BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279BCA is #D86435. Grayscale: #7D7D7D. Windows color (decimal): -14181430 or 13277991. OLE color: 13277991.

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

Color convert

RGB39155202-
CMYK0.810.2300.21
HSL197.3º67.63%47.25%-
HSV(B)197.3º80.69%79.22%-
XYZ23.2228.1460.08-
YUV125.67171.0766.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.85%
GREEN value IS 155 (60.94% from 255) = 39.14%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=9.85%
G=39.14%
B=51.01%

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
Decimal391552020.810.2300.21197.367.6347.25
Hex279BCA5117015c5442f
Octal472333121212702530510457
Binary1001111001101111001010101000110111010101110001011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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