#276577

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

Shades of Allports #276577

Tints of Allports #276577

Color information

#276577 (or 0x276577) is unknown color: approx Allports. HEX triplet: 27, 65 and 77. RGB value is (39,101,119). Sum of RGB (Red+Green+Blue) = 39+101+119=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #276577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276577 is #D89A88. Grayscale: #545454. Windows color (decimal): -14195337 or 7824679. OLE color: 7824679.

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

Color convert

RGB39101119-
CMYK0.670.1500.53
HSL193.5º50.63%30.98%-
HSV(B)193.5º67.23%46.67%-
XYZ8.8211.0719.12-
YUV84.51147.4695.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.06%
GREEN value IS 101 (39.84% from 255) = 39.00%
BLUE value IS 119 (46.88% from 255) = 45.95%
R=15.06%
G=39.00%
B=45.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391011190.670.1500.53193.550.6330.98
Hex27657743F035c2331f
Octal47145167103170653026337
Binary100111110010111101111000011111101101011100001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276577; }

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

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

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

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

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

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

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

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