Html Css Color HEX #27778B Astral

📋 copy color: '#27778B'

red 39 ◦ green 119 ◦ blue 139

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

Shades of Astral #27778B

Tints of Astral #27778B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.07%

 BLUE value IS 139 (54.69% from 255) = 46.8%

R = 13.13%
G = 40.07%
B = 46.8%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27778B (or 0x27778B) is known color: Astral. HEX triplet: 27, 77 and 8B. RGB value is (39,119,139). Sum of RGB (Red+Green+Blue) = 39+119+139=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #27778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27778B is #D88874. Grayscale: #616161. Windows color (decimal): -14190709 or 9140007. OLE color: 9140007.

HSL color Cylindrical-coordinate representation of color #27778B: hue angle of 192º degrees, saturation: 0.56, 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 #27778B is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 119 139 -
CMYK 0.72 0.14 0 0.45
HSL 192º 0.56% 0.35% -
HSV(B) 192º 0.72% 0.55% -
XYZ 12.09 15.49 26.78 -
YUV 97.36 151.5 86.37 -
System Red Green Blue C M Y K H S L
Decimal 39 119 139 0.72 0.14 0 0.45 192 0.56 0.35
Hex 27 77 8B 48 E 0 2D C0 38 23
Octal 47 167 213 110 16 0 55 300 70 43
Binary 100111 1110111 10001011 1001000 1110 0 101101 11000000 111000 100011

Color Harmonies of #27778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27778B

Black with #27778B

Text Example


Text Example

White with #27778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27778B; }

 p { color: rgb(39,119,139); }

 H1.HeaderClassName
 {
   color: #27778B;
 }
 .AnyTagClassName
 {
   color: #27778B;
 }
</style>

background-color css

<style>
 a { background-color: #27778B; }

 a { background-color: rgb(39,119,139); }

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

border-color css

<style>
 span { border-color: #27778B; }

 span { border-color: rgb(39,119,139); }

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