Html Css Color HEX #277794 Astral

📋 copy color: '#277794'

red 39 ◦ green 119 ◦ blue 148

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

Shades of Astral #277794

Tints of Astral #277794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.89%

 BLUE value IS 148 (58.2% from 255) = 48.37%

R = 12.75%
G = 38.89%
B = 48.37%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#277794 (or 0x277794) is known color: Astral. HEX triplet: 27, 77 and 94. RGB value is (39,119,148). Sum of RGB (Red+Green+Blue) = 39+119+148=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #277794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277794 is #D8886B. Grayscale: #626262. Windows color (decimal): -14190700 or 9729831. OLE color: 9729831.

HSL color Cylindrical-coordinate representation of color #277794: hue angle of 195.96º degrees, saturation: 0.58, 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 #277794 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 119 148 -
CMYK 0.74 0.20 0 0.42
HSL 195.96º 0.58% 0.37% -
HSV(B) 195.96º 0.74% 0.58% -
XYZ 12.78 15.76 30.39 -
YUV 98.39 156 85.64 -
System Red Green Blue C M Y K H S L
Decimal 39 119 148 0.74 0.20 0 0.42 195.96 0.58 0.37
Hex 27 77 94 4A 14 0 2A C4 3A 25
Octal 47 167 224 112 24 0 52 304 72 45
Binary 100111 1110111 10010100 1001010 10100 0 101010 11000100 111010 100101

Color Harmonies of #277794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277794

Black with #277794

Text Example


Text Example

White with #277794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277794; }

 p { color: rgb(39,119,148); }

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

background-color css

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

 a { background-color: rgb(39,119,148); }

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

border-color css

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

 span { border-color: rgb(39,119,148); }

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