Html Css Color HEX #27788E Astral

📋 copy color: '#27788E'

red 39 ◦ green 120 ◦ blue 142

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

Shades of Astral #27788E

Tints of Astral #27788E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.87%

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

R = 12.96%
G = 39.87%
B = 47.18%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#27788E (or 0x27788E) is known color: Astral. HEX triplet: 27, 78 and 8E. RGB value is (39,120,142). Sum of RGB (Red+Green+Blue) = 39+120+142=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #27788E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27788E is #D88771. Grayscale: #626262. Windows color (decimal): -14190450 or 9336871. OLE color: 9336871.

HSL color Cylindrical-coordinate representation of color #27788E: hue angle of 192.82º 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 #27788E is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 120 142 -
CMYK 0.73 0.15 0 0.44
HSL 192.82º 0.57% 0.35% -
HSV(B) 192.82º 0.73% 0.56% -
XYZ 12.44 15.82 27.99 -
YUV 98.29 152.66 85.71 -
System Red Green Blue C M Y K H S L
Decimal 39 120 142 0.73 0.15 0 0.44 192.82 0.57 0.35
Hex 27 78 8E 49 F 0 2C C1 39 23
Octal 47 170 216 111 17 0 54 301 71 43
Binary 100111 1111000 10001110 1001001 1111 0 101100 11000001 111001 100011

Color Harmonies of #27788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27788E

Black with #27788E

Text Example


Text Example

White with #27788E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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