#276776

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

Shades of Allports #276776

Tints of Allports #276776

Color information

#276776 (or 0x276776) is unknown color: approx Allports. HEX triplet: 27, 67 and 76. RGB value is (39,103,118). Sum of RGB (Red+Green+Blue) = 39+103+118=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #276776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276776 is #D89889. Grayscale: #555555. Windows color (decimal): -14194826 or 7759655. OLE color: 7759655.

HSL color Cylindrical-coordinate representation of color #276776: hue angle of 191.39º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #276776 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB39103118-
CMYK0.670.1300.54
HSL191.39º50.32%30.78%-
HSV(B)191.39º66.95%46.27%-
XYZ8.9611.4418.88-
YUV85.57146.394.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15%
GREEN value IS 103 (40.62% from 255) = 39.62%
BLUE value IS 118 (46.48% from 255) = 45.38%
R=15%
G=39.62%
B=45.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal391031180.670.1300.54191.3950.3230.78
Hex27677643D036bf321f
Octal47147166103150662776237
Binary100111110011111101101000011110101101101011111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276776; }

 p { color: rgb(39,103,118); }

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

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

 a { background-color: rgb(39,103,118); }

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

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

 span { border-color: rgb(39,103,118); }

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