#27708C

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

Shades of Astral #27708C

Tints of Astral #27708C

Color information

#27708C (or 0x27708C) is unknown color: approx Astral. HEX triplet: 27, 70 and 8C. RGB value is (39,112,140). Sum of RGB (Red+Green+Blue) = 39+112+140=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #27708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27708C is #D88F73. Grayscale: #5D5D5D. Windows color (decimal): -14192500 or 9203751. OLE color: 9203751.

HSL color Cylindrical-coordinate representation of color #27708C: hue angle of 196.63º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27708C is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB39112140-
CMYK0.720.2000.45
HSL196.63º56.42%35.1%-
HSV(B)196.63º72.14%54.9%-
XYZ11.3613.9126.9-
YUV93.36154.3289.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.40%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 140 (55.08% from 255) = 48.11%
R=13.40%
G=38.49%
B=48.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391121400.720.2000.45196.6356.4235.1
Hex27708C481402Dc53823
Octal47160214110240553057043
Binary100111111000010001100100100010100010110111000101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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