Html Css Color HEX #277290 Astral

📋 copy color: '#277290'

red 39 ◦ green 114 ◦ blue 144

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

Shades of Astral #277290

Tints of Astral #277290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.38%

 BLUE value IS 144 (56.64% from 255) = 48.48%

R = 13.13%
G = 38.38%
B = 48.48%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#277290 (or 0x277290) is known color: Astral. HEX triplet: 27, 72 and 90. RGB value is (39,114,144). Sum of RGB (Red+Green+Blue) = 39+114+144=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #277290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277290 is #D88D6F. Grayscale: #5E5E5E. Windows color (decimal): -14191984 or 9466407. OLE color: 9466407.

HSL color Cylindrical-coordinate representation of color #277290: hue angle of 197.14º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #277290 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 114 144 -
CMYK 0.73 0.21 0 0.44
HSL 197.14º 0.57% 0.36% -
HSV(B) 197.14º 0.73% 0.56% -
XYZ 11.89 14.48 28.55 -
YUV 95 155.65 88.06 -
System Red Green Blue C M Y K H S L
Decimal 39 114 144 0.73 0.21 0 0.44 197.14 0.57 0.36
Hex 27 72 90 49 15 0 2C C5 39 24
Octal 47 162 220 111 25 0 54 305 71 44
Binary 100111 1110010 10010000 1001001 10101 0 101100 11000101 111001 100100

Color Harmonies of #277290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277290

Black with #277290

Text Example


Text Example

White with #277290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277290; }

 p { color: rgb(39,114,144); }

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

background-color css

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

 a { background-color: rgb(39,114,144); }

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

border-color css

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

 span { border-color: rgb(39,114,144); }

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