#276C83

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

Shades of Allports #276C83

Tints of Allports #276C83

Color information

#276C83 (or 0x276C83) is unknown color: approx Allports. HEX triplet: 27, 6C and 83. RGB value is (39,108,131). Sum of RGB (Red+Green+Blue) = 39+108+131=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #276C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276C83 is #D8937C. Grayscale: #595959. Windows color (decimal): -14193533 or 8612903. OLE color: 8612903.

HSL color Cylindrical-coordinate representation of color #276C83: hue angle of 195º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #276C83 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB39108131-
CMYK0.700.1800.49
HSL195º54.12%33.33%-
HSV(B)195º70.23%51.37%-
XYZ10.312.823.4-
YUV89.99151.1491.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.03%
GREEN value IS 108 (42.58% from 255) = 38.85%
BLUE value IS 131 (51.56% from 255) = 47.12%
R=14.03%
G=38.85%
B=47.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal391081310.700.1800.4919554.1233.33
Hex276C834612031c33621
Octal47154203106220613036641
Binary100111110110010000011100011010010011000111000011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,108,131); }

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

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

 a { background-color: rgb(39,108,131); }

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

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

 span { border-color: rgb(39,108,131); }

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