Html Css Color HEX #27768B Astral

📋 copy color: '#27768B'

red 39 ◦ green 118 ◦ blue 139

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

Shades of Astral #27768B

Tints of Astral #27768B

RGB

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

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

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

R = 13.18%
G = 39.86%
B = 46.96%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27768B (or 0x27768B) is known color: Astral. HEX triplet: 27, 76 and 8B. RGB value is (39,118,139). Sum of RGB (Red+Green+Blue) = 39+118+139=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #27768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27768B is #D88974. Grayscale: #606060. Windows color (decimal): -14190965 or 9139751. OLE color: 9139751.

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

Color convert

RGB 39 118 139 -
CMYK 0.72 0.15 0 0.45
HSL 192.6º 0.56% 0.35% -
HSV(B) 192.6º 0.72% 0.55% -
XYZ 11.98 15.25 26.74 -
YUV 96.77 151.83 86.79 -
System Red Green Blue C M Y K H S L
Decimal 39 118 139 0.72 0.15 0 0.45 192.6 0.56 0.35
Hex 27 76 8B 48 F 0 2D C1 38 23
Octal 47 166 213 110 17 0 55 301 70 43
Binary 100111 1110110 10001011 1001000 1111 0 101101 11000001 111000 100011

Color Harmonies of #27768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27768B

Black with #27768B

Text Example


Text Example

White with #27768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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