#276475

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

Shades of Allports #276475

Tints of Allports #276475

Color information

#276475 (or 0x276475) is unknown color: approx Allports. HEX triplet: 27, 64 and 75. RGB value is (39,100,117). Sum of RGB (Red+Green+Blue) = 39+100+117=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #276475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276475 is #D89B8A. Grayscale: #535353. Windows color (decimal): -14195595 or 7693351. OLE color: 7693351.

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

Color convert

RGB39100117-
CMYK0.670.1500.54
HSL193.08º50%30.59%-
HSV(B)193.08º66.67%45.88%-
XYZ8.610.8318.47-
YUV83.7146.7996.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.23%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 117 (46.09% from 255) = 45.70%
R=15.23%
G=39.06%
B=45.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal391001170.670.1500.54193.085030.59
Hex27647543F036c1321f
Octal47144165103170663016237
Binary100111110010011101011000011111101101101100000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276475; }

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

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

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

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

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

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

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

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