#276372

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

Shades of Allports #276372

Tints of Allports #276372

Color information

#276372 (or 0x276372) is unknown color: approx Allports. HEX triplet: 27, 63 and 72. RGB value is (39,99,114). Sum of RGB (Red+Green+Blue) = 39+99+114=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #276372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276372 is #D89C8D. Grayscale: #525252. Windows color (decimal): -14195854 or 7496487. OLE color: 7496487.

HSL color Cylindrical-coordinate representation of color #276372: hue angle of 192º 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 #276372 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3999114-
CMYK0.660.1300.55
HSL192º49.02%30%-
HSV(B)192º65.79%44.71%-
XYZ8.3410.5717.52-
YUV82.77145.6296.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.48%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=15.48%
G=39.29%
B=45.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39991140.660.1300.5519249.0230
Hex27637242D037c0311e
Octal47143162102150673006136
Binary100111110001111100101000010110101101111100000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276372; }

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

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

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

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

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

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

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

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