Html Css Color HEX #27738E Astral

📋 copy color: '#27738E'

red 39 ◦ green 115 ◦ blue 142

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

Shades of Astral #27738E

Tints of Astral #27738E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.85%

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

R = 13.18%
G = 38.85%
B = 47.97%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#27738E (or 0x27738E) is known color: Astral. HEX triplet: 27, 73 and 8E. RGB value is (39,115,142). Sum of RGB (Red+Green+Blue) = 39+115+142=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #27738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27738E is #D88C71. Grayscale: #5F5F5F. Windows color (decimal): -14191730 or 9335591. OLE color: 9335591.

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

Color convert

RGB 39 115 142 -
CMYK 0.73 0.19 0 0.44
HSL 195.73º 0.57% 0.35% -
HSV(B) 195.73º 0.73% 0.56% -
XYZ 11.85 14.65 27.79 -
YUV 95.35 154.32 87.8 -
System Red Green Blue C M Y K H S L
Decimal 39 115 142 0.73 0.19 0 0.44 195.73 0.57 0.35
Hex 27 73 8E 49 13 0 2C C4 39 23
Octal 47 163 216 111 23 0 54 304 71 43
Binary 100111 1110011 10001110 1001001 10011 0 101100 11000100 111001 100011

Color Harmonies of #27738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27738E

Black with #27738E

Text Example


Text Example

White with #27738E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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