#27708A

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

Shades of Astral #27708A

Tints of Astral #27708A

Color information

#27708A (or 0x27708A) is unknown color: approx Astral. HEX triplet: 27, 70 and 8A. RGB value is (39,112,138). Sum of RGB (Red+Green+Blue) = 39+112+138=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #27708A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27708A is #D88F75. Grayscale: #5C5C5C. Windows color (decimal): -14192502 or 9072679. OLE color: 9072679.

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

Color convert

RGB39112138-
CMYK0.720.1900.46
HSL195.76º55.93%34.71%-
HSV(B)195.76º71.74%54.12%-
XYZ11.2213.8526.13-
YUV93.14153.3289.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.49%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=13.49%
G=38.75%
B=47.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391121380.720.1900.46195.7655.9334.71
Hex27708A481302Ec43823
Octal47160212110230563047043
Binary100111111000010001010100100010011010111011000100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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