#276477

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

Shades of Allports #276477

Tints of Allports #276477

Color information

#276477 (or 0x276477) is unknown color: approx Allports. HEX triplet: 27, 64 and 77. RGB value is (39,100,119). Sum of RGB (Red+Green+Blue) = 39+100+119=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #276477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276477 is #D89B88. Grayscale: #535353. Windows color (decimal): -14195593 or 7824423. OLE color: 7824423.

HSL color Cylindrical-coordinate representation of color #276477: hue angle of 194.25º 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 #276477 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB39100119-
CMYK0.670.1600.53
HSL194.25º50.63%30.98%-
HSV(B)194.25º67.23%46.67%-
XYZ8.7210.8819.09-
YUV83.93147.7995.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.12%
GREEN value IS 100 (39.45% from 255) = 38.76%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=15.12%
G=38.76%
B=46.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391001190.670.1600.53194.2550.6330.98
Hex2764774310035c2331f
Octal47144167103200653026337
Binary1001111100100111011110000111000001101011100001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276477; }

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

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

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

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

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

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

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

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