#277289

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

Shades of Allports #277289

Tints of Allports #277289

Color information

#277289 (or 0x277289) is unknown color: approx Allports. HEX triplet: 27, 72 and 89. RGB value is (39,114,137). Sum of RGB (Red+Green+Blue) = 39+114+137=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #277289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277289 is #D88D76. Grayscale: #5E5E5E. Windows color (decimal): -14191991 or 9007655. OLE color: 9007655.

HSL color Cylindrical-coordinate representation of color #277289: hue angle of 194.08º 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 #277289 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB39114137-
CMYK0.720.1700.46
HSL194.08º55.68%34.51%-
HSV(B)194.08º71.53%53.73%-
XYZ11.3714.2725.82-
YUV94.2152.1588.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.45%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 137 (53.91% from 255) = 47.24%
R=13.45%
G=39.31%
B=47.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391141370.720.1700.46194.0855.6834.51
Hex277289481102Ec23823
Octal47162211110210563027043
Binary100111111001010001001100100010001010111011000010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277289; }

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

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

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

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

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

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

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

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