#276B75

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

Shades of Allports #276B75

Tints of Allports #276B75

Color information

#276B75 (or 0x276B75) is unknown color: approx Allports. HEX triplet: 27, 6B and 75. RGB value is (39,107,117). Sum of RGB (Red+Green+Blue) = 39+107+117=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #276B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276B75 is #D8948A. Grayscale: #575757. Windows color (decimal): -14193803 or 7695143. OLE color: 7695143.

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

Color convert

RGB39107117-
CMYK0.670.0900.54
HSL187.69º50%30.59%-
HSV(B)187.69º66.67%45.88%-
XYZ9.3112.2318.7-
YUV87.81144.4793.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.83%
GREEN value IS 107 (42.19% from 255) = 40.68%
BLUE value IS 117 (46.09% from 255) = 44.49%
R=14.83%
G=40.68%
B=44.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal391071170.670.0900.54187.695030.59
Hex276B75439036bc321f
Octal47153165103110662746237
Binary100111110101111101011000011100101101101011110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276B75; }

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

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

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

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

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

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

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

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