#276772

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

Shades of Allports #276772

Tints of Allports #276772

Color information

#276772 (or 0x276772) is unknown color: approx Allports. HEX triplet: 27, 67 and 72. RGB value is (39,103,114). Sum of RGB (Red+Green+Blue) = 39+103+114=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #276772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276772 is #D8988D. Grayscale: #555555. Windows color (decimal): -14194830 or 7497511. OLE color: 7497511.

HSL color Cylindrical-coordinate representation of color #276772: hue angle of 188.8º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #276772 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB39103114-
CMYK0.660.1000.55
HSL188.8º49.02%30%-
HSV(B)188.8º65.79%44.71%-
XYZ8.7211.3517.65-
YUV85.12144.395.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.23%
GREEN value IS 103 (40.62% from 255) = 40.23%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=15.23%
G=40.23%
B=44.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal391031140.660.1000.55188.849.0230
Hex27677242A037bd311e
Octal47147162102120672756136
Binary100111110011111100101000010101001101111011110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276772; }

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

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

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

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

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

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

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

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