#27798C

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

Shades of Astral #27798C

Tints of Astral #27798C

Color information

#27798C (or 0x27798C) is unknown color: approx Astral. HEX triplet: 27, 79 and 8C. RGB value is (39,121,140). Sum of RGB (Red+Green+Blue) = 39+121+140=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #27798C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27798C is #D88673. Grayscale: #626262. Windows color (decimal): -14190196 or 9206055. OLE color: 9206055.

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

Color convert

RGB39121140-
CMYK0.720.1400.45
HSL191.29º56.42%35.1%-
HSV(B)191.29º72.14%54.9%-
XYZ12.411627.25-
YUV98.65151.3385.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13%
GREEN value IS 121 (47.66% from 255) = 40.33%
BLUE value IS 140 (55.08% from 255) = 46.67%
R=13%
G=40.33%
B=46.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391211400.720.1400.45191.2956.4235.1
Hex27798C48E02Dbf3823
Octal47171214110160552777043
Binary10011111110011000110010010001110010110110111111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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