#276775

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

Shades of Allports #276775

Tints of Allports #276775

Color information

#276775 (or 0x276775) is unknown color: approx Allports. HEX triplet: 27, 67 and 75. RGB value is (39,103,117). Sum of RGB (Red+Green+Blue) = 39+103+117=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #276775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276775 is #D8988A. Grayscale: #555555. Windows color (decimal): -14194827 or 7694119. OLE color: 7694119.

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

Color convert

RGB39103117-
CMYK0.670.1200.54
HSL190.77º50%30.59%-
HSV(B)190.77º66.67%45.88%-
XYZ8.911.4218.56-
YUV85.46145.894.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.06%
GREEN value IS 103 (40.62% from 255) = 39.77%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=15.06%
G=39.77%
B=45.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal391031170.670.1200.54190.775030.59
Hex27677543C036bf321f
Octal47147165103140662776237
Binary100111110011111101011000011110001101101011111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276775; }

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

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

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

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

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

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

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

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