#27768D

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

Shades of Astral #27768D

Tints of Astral #27768D

Color information

#27768D (or 0x27768D) is unknown color: approx Astral. HEX triplet: 27, 76 and 8D. RGB value is (39,118,141). Sum of RGB (Red+Green+Blue) = 39+118+141=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #27768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27768D is #D88972. Grayscale: #606060. Windows color (decimal): -14190963 or 9270823. OLE color: 9270823.

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

Color convert

RGB39118141-
CMYK0.720.1600.45
HSL193.53º56.67%35.29%-
HSV(B)193.53º72.34%55.29%-
XYZ12.1215.3127.52-
YUV97152.8386.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.09%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 141 (55.47% from 255) = 47.32%
R=13.09%
G=39.60%
B=47.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391181410.720.1600.45193.5356.6735.29
Hex27768D481002Dc23923
Octal47166215110200553027143
Binary100111111011010001101100100010000010110111000010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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