#276579

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

Shades of Allports #276579

Tints of Allports #276579

Color information

#276579 (or 0x276579) is unknown color: approx Allports. HEX triplet: 27, 65 and 79. RGB value is (39,101,121). Sum of RGB (Red+Green+Blue) = 39+101+121=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #276579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276579 is #D89A86. Grayscale: #545454. Windows color (decimal): -14195335 or 7955751. OLE color: 7955751.

HSL color Cylindrical-coordinate representation of color #276579: hue angle of 194.63º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #276579 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB39101121-
CMYK0.680.1700.53
HSL194.63º51.25%31.37%-
HSV(B)194.63º67.77%47.45%-
XYZ8.9411.1219.76-
YUV84.74148.4695.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.94%
GREEN value IS 101 (39.84% from 255) = 38.70%
BLUE value IS 121 (47.66% from 255) = 46.36%
R=14.94%
G=38.70%
B=46.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391011210.680.1700.53194.6351.2531.37
Hex2765794411035c3331f
Octal47145171104210653036337
Binary1001111100101111100110001001000101101011100001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276579; }

 p { color: rgb(39,101,121); }

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

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

 a { background-color: rgb(39,101,121); }

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

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

 span { border-color: rgb(39,101,121); }

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