#27688A

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

Shades of Astral #27688A

Tints of Astral #27688A

Color information

#27688A (or 0x27688A) is unknown color: approx Astral. HEX triplet: 27, 68 and 8A. RGB value is (39,104,138). Sum of RGB (Red+Green+Blue) = 39+104+138=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #27688A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27688A is #D89775. Grayscale: #585858. Windows color (decimal): -14194550 or 9070631. OLE color: 9070631.

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

Color convert

RGB39104138-
CMYK0.720.2500.46
HSL200.61º55.93%34.71%-
HSV(B)200.61º71.74%54.12%-
XYZ10.3712.1725.85-
YUV88.44155.9792.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.88%
GREEN value IS 104 (41.02% from 255) = 37.01%
BLUE value IS 138 (54.30% from 255) = 49.11%
R=13.88%
G=37.01%
B=49.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391041380.720.2500.46200.6155.9334.71
Hex27688A481902Ec93823
Octal47150212110310563117043
Binary100111110100010001010100100011001010111011001001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27688A; }

 p { color: rgb(39,104,138); }

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

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

 a { background-color: rgb(39,104,138); }

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

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

 span { border-color: rgb(39,104,138); }

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