#27708D

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

Shades of Astral #27708D

Tints of Astral #27708D

Color information

#27708D (or 0x27708D) is unknown color: approx Astral. HEX triplet: 27, 70 and 8D. RGB value is (39,112,141). Sum of RGB (Red+Green+Blue) = 39+112+141=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #27708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27708D is #D88F72. Grayscale: #5D5D5D. Windows color (decimal): -14192499 or 9269287. OLE color: 9269287.

HSL color Cylindrical-coordinate representation of color #27708D: hue angle of 197.06º degrees, saturation: 0.57, 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 #27708D is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB39112141-
CMYK0.720.2100.45
HSL197.06º56.67%35.29%-
HSV(B)197.06º72.34%55.29%-
XYZ11.4413.9427.29-
YUV93.48154.8289.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.36%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 141 (55.47% from 255) = 48.29%
R=13.36%
G=38.36%
B=48.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391121410.720.2100.45197.0656.6735.29
Hex27708D481502Dc53923
Octal47160215110250553057143
Binary100111111000010001101100100010101010110111000101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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