#27718A

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

Shades of Astral #27718A

Tints of Astral #27718A

Color information

#27718A (or 0x27718A) is unknown color: approx Astral. HEX triplet: 27, 71 and 8A. RGB value is (39,113,138). Sum of RGB (Red+Green+Blue) = 39+113+138=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #27718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27718A is #D88E75. Grayscale: #5D5D5D. Windows color (decimal): -14192246 or 9072935. OLE color: 9072935.

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

Color convert

RGB39113138-
CMYK0.720.1800.46
HSL195.15º55.93%34.71%-
HSV(B)195.15º71.74%54.12%-
XYZ11.3314.0826.16-
YUV93.72152.9888.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.45%
GREEN value IS 113 (44.53% from 255) = 38.97%
BLUE value IS 138 (54.30% from 255) = 47.59%
R=13.45%
G=38.97%
B=47.59%

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
Decimal391131380.720.1800.46195.1555.9334.71
Hex27718A481202Ec33823
Octal47161212110220563037043
Binary100111111000110001010100100010010010111011000011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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