#276572

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

Shades of Allports #276572

Tints of Allports #276572

Color information

#276572 (or 0x276572) is unknown color: approx Allports. HEX triplet: 27, 65 and 72. RGB value is (39,101,114). Sum of RGB (Red+Green+Blue) = 39+101+114=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #276572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276572 is #D89A8D. Grayscale: #535353. Windows color (decimal): -14195342 or 7496999. OLE color: 7496999.

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

Color convert

RGB39101114-
CMYK0.660.1100.55
HSL190.4º49.02%30%-
HSV(B)190.4º65.79%44.71%-
XYZ8.5310.9517.58-
YUV83.94144.9695.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.35%
GREEN value IS 101 (39.84% from 255) = 39.76%
BLUE value IS 114 (44.92% from 255) = 44.88%
R=15.35%
G=39.76%
B=44.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal391011140.660.1100.55190.449.0230
Hex27657242B037be311e
Octal47145162102130672766136
Binary100111110010111100101000010101101101111011111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276572; }

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

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

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

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

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

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

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

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