Html Css Color HEX #27768E Astral

📋 copy color: '#27768E'

red 39 ◦ green 118 ◦ blue 142

#27768E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #27768E

Tints of Astral #27768E

RGB

 RED value IS 39 (15.63% from 255) = 13.04%

 GREEN value IS 118 (46.48% from 255) = 39.46%

 BLUE value IS 142 (55.86% from 255) = 47.49%

R = 13.04%
G = 39.46%
B = 47.49%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#27768E (or 0x27768E) is known color: Astral. HEX triplet: 27, 76 and 8E. RGB value is (39,118,142). Sum of RGB (Red+Green+Blue) = 39+118+142=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #27768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27768E is #D88971. Grayscale: #606060. Windows color (decimal): -14190962 or 9336359. OLE color: 9336359.

HSL color Cylindrical-coordinate representation of color #27768E: hue angle of 193.98º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27768E is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 118 142 -
CMYK 0.73 0.17 0 0.44
HSL 193.98º 0.57% 0.35% -
HSV(B) 193.98º 0.73% 0.56% -
XYZ 12.2 15.34 27.91 -
YUV 97.12 153.33 86.55 -
System Red Green Blue C M Y K H S L
Decimal 39 118 142 0.73 0.17 0 0.44 193.98 0.57 0.35
Hex 27 76 8E 49 11 0 2C C2 39 23
Octal 47 166 216 111 21 0 54 302 71 43
Binary 100111 1110110 10001110 1001001 10001 0 101100 11000010 111001 100011

Color Harmonies of #27768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27768E

Black with #27768E

Text Example


Text Example

White with #27768E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27768E;
 }
 .AnyTagClassName
 {
   color: #27768E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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