#276D75

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

Shades of Allports #276D75

Tints of Allports #276D75

Color information

#276D75 (or 0x276D75) is unknown color: approx Allports. HEX triplet: 27, 6D and 75. RGB value is (39,109,117). Sum of RGB (Red+Green+Blue) = 39+109+117=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #276D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276D75 is #D8928A. Grayscale: #585858. Windows color (decimal): -14193291 or 7695655. OLE color: 7695655.

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

Color convert

RGB39109117-
CMYK0.670.0700.54
HSL186.15º50%30.59%-
HSV(B)186.15º66.67%45.88%-
XYZ9.5212.6518.77-
YUV88.98143.8192.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 109 (42.97% from 255) = 41.13%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=14.72%
G=41.13%
B=44.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal391091170.670.0700.54186.155030.59
Hex276D75437036ba321f
Octal4715516510370662726237
Binary10011111011011110101100001111101101101011101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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