Html Css Color HEX #277995 Astral

📋 copy color: '#277995'

red 39 ◦ green 121 ◦ blue 149

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

Shades of Astral #277995

Tints of Astral #277995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.16%

 BLUE value IS 149 (58.59% from 255) = 48.22%

R = 12.62%
G = 39.16%
B = 48.22%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#277995 (or 0x277995) is known color: Astral. HEX triplet: 27, 79 and 95. RGB value is (39,121,149). Sum of RGB (Red+Green+Blue) = 39+121+149=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #277995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277995 is #D8866A. Grayscale: #636363. Windows color (decimal): -14190187 or 9795879. OLE color: 9795879.

HSL color Cylindrical-coordinate representation of color #277995: hue angle of 195.27º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #277995 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 121 149 -
CMYK 0.74 0.19 0 0.42
HSL 195.27º 0.59% 0.37% -
HSV(B) 195.27º 0.74% 0.58% -
XYZ 13.1 16.28 30.88 -
YUV 99.67 155.83 84.72 -
System Red Green Blue C M Y K H S L
Decimal 39 121 149 0.74 0.19 0 0.42 195.27 0.59 0.37
Hex 27 79 95 4A 13 0 2A C3 3B 25
Octal 47 171 225 112 23 0 52 303 73 45
Binary 100111 1111001 10010101 1001010 10011 0 101010 11000011 111011 100101

Color Harmonies of #277995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277995

Black with #277995

Text Example


Text Example

White with #277995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277995; }

 p { color: rgb(39,121,149); }

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

background-color css

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

 a { background-color: rgb(39,121,149); }

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

border-color css

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

 span { border-color: rgb(39,121,149); }

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