#277189

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

Shades of Allports #277189

Tints of Allports #277189

Color information

#277189 (or 0x277189) is unknown color: approx Allports. HEX triplet: 27, 71 and 89. RGB value is (39,113,137). Sum of RGB (Red+Green+Blue) = 39+113+137=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #277189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277189 is #D88E76. Grayscale: #5D5D5D. Windows color (decimal): -14192247 or 9007399. OLE color: 9007399.

HSL color Cylindrical-coordinate representation of color #277189: hue angle of 194.69º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #277189 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB39113137-
CMYK0.720.1800.46
HSL194.69º55.68%34.51%-
HSV(B)194.69º71.53%53.73%-
XYZ11.2614.0525.79-
YUV93.61152.4889.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.49%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 137 (53.91% from 255) = 47.40%
R=13.49%
G=39.10%
B=47.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391131370.720.1800.46194.6955.6834.51
Hex277189481202Ec33823
Octal47161211110220563037043
Binary100111111000110001001100100010010010111011000011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277189; }

 p { color: rgb(39,113,137); }

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

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

 a { background-color: rgb(39,113,137); }

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

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

 span { border-color: rgb(39,113,137); }

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