#27698A

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

Shades of Astral #27698A

Tints of Astral #27698A

Color information

#27698A (or 0x27698A) is unknown color: approx Astral. HEX triplet: 27, 69 and 8A. RGB value is (39,105,138). Sum of RGB (Red+Green+Blue) = 39+105+138=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #27698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27698A is #D89675. Grayscale: #585858. Windows color (decimal): -14194294 or 9070887. OLE color: 9070887.

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

Color convert

RGB39105138-
CMYK0.720.2400.46
HSL200º55.93%34.71%-
HSV(B)200º71.74%54.12%-
XYZ10.4812.3725.88-
YUV89.03155.6392.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.83%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=13.83%
G=37.23%
B=48.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391051380.720.2400.4620055.9334.71
Hex27698A481802Ec83823
Octal47151212110300563107043
Binary100111110100110001010100100011000010111011001000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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