Html Css Color HEX #27768C Astral

📋 copy color: '#27768C'

red 39 ◦ green 118 ◦ blue 140

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

Shades of Astral #27768C

Tints of Astral #27768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.14%

R = 13.13%
G = 39.73%
B = 47.14%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27768C (or 0x27768C) is known color: Astral. HEX triplet: 27, 76 and 8C. RGB value is (39,118,140). Sum of RGB (Red+Green+Blue) = 39+118+140=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #27768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27768C is #D88973. Grayscale: #606060. Windows color (decimal): -14190964 or 9205287. OLE color: 9205287.

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

Color convert

RGB 39 118 140 -
CMYK 0.72 0.16 0 0.45
HSL 193.07º 0.56% 0.35% -
HSV(B) 193.07º 0.72% 0.55% -
XYZ 12.05 15.28 27.13 -
YUV 96.89 152.33 86.71 -
System Red Green Blue C M Y K H S L
Decimal 39 118 140 0.72 0.16 0 0.45 193.07 0.56 0.35
Hex 27 76 8C 48 10 0 2D C1 38 23
Octal 47 166 214 110 20 0 55 301 70 43
Binary 100111 1110110 10001100 1001000 10000 0 101101 11000001 111000 100011

Color Harmonies of #27768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27768C

Black with #27768C

Text Example


Text Example

White with #27768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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