#27758D

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

Shades of Astral #27758D

Tints of Astral #27758D

Color information

#27758D (or 0x27758D) is unknown color: approx Astral. HEX triplet: 27, 75 and 8D. RGB value is (39,117,141). Sum of RGB (Red+Green+Blue) = 39+117+141=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #27758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27758D is #D88A72. Grayscale: #606060. Windows color (decimal): -14191219 or 9270567. OLE color: 9270567.

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

Color convert

RGB39117141-
CMYK0.720.1700.45
HSL194.12º56.67%35.29%-
HSV(B)194.12º72.34%55.29%-
XYZ12.0115.0827.48-
YUV96.41153.1687.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.13%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 141 (55.47% from 255) = 47.47%
R=13.13%
G=39.39%
B=47.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391171410.720.1700.45194.1256.6735.29
Hex27758D481102Dc23923
Octal47165215110210553027143
Binary100111111010110001101100100010001010110111000010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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