Html Css Color HEX #277C8E Astral

📋 copy color: '#277C8E'

red 39 ◦ green 124 ◦ blue 142

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

Shades of Astral #277C8E

Tints of Astral #277C8E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.66%

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

R = 12.79%
G = 40.66%
B = 46.56%

CMYK

 C value IS 0.73

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#277C8E (or 0x277C8E) is known color: Astral. HEX triplet: 27, 7C and 8E. RGB value is (39,124,142). Sum of RGB (Red+Green+Blue) = 39+124+142=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #277C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277C8E is #D88371. Grayscale: #646464. Windows color (decimal): -14189426 or 9337895. OLE color: 9337895.

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

Color convert

RGB 39 124 142 -
CMYK 0.73 0.13 0 0.44
HSL 190.49º 0.57% 0.35% -
HSV(B) 190.49º 0.73% 0.56% -
XYZ 12.93 16.8 28.15 -
YUV 100.64 151.34 84.04 -
System Red Green Blue C M Y K H S L
Decimal 39 124 142 0.73 0.13 0 0.44 190.49 0.57 0.35
Hex 27 7C 8E 49 D 0 2C BE 39 23
Octal 47 174 216 111 15 0 54 276 71 43
Binary 100111 1111100 10001110 1001001 1101 0 101100 10111110 111001 100011

Color Harmonies of #277C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277C8E

Black with #277C8E

Text Example


Text Example

White with #277C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277C8E; }

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

 H1.HeaderClassName
 {
   color: #277C8E;
 }
 .AnyTagClassName
 {
   color: #277C8E;
 }
</style>

background-color css

<style>
 a { background-color: #277C8E; }

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

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

border-color css

<style>
 span { border-color: #277C8E; }

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

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