Html Css Color HEX #277494 Astral

📋 copy color: '#277494'

red 39 ◦ green 116 ◦ blue 148

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

Shades of Astral #277494

Tints of Astral #277494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.28%

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

R = 12.87%
G = 38.28%
B = 48.84%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#277494 (or 0x277494) is known color: Astral. HEX triplet: 27, 74 and 94. RGB value is (39,116,148). Sum of RGB (Red+Green+Blue) = 39+116+148=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #277494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277494 is #D88B6B. Grayscale: #606060. Windows color (decimal): -14191468 or 9729063. OLE color: 9729063.

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

Color convert

RGB 39 116 148 -
CMYK 0.74 0.22 0 0.42
HSL 197.61º 0.58% 0.37% -
HSV(B) 197.61º 0.74% 0.58% -
XYZ 12.43 15.06 30.27 -
YUV 96.63 156.99 86.9 -
System Red Green Blue C M Y K H S L
Decimal 39 116 148 0.74 0.22 0 0.42 197.61 0.58 0.37
Hex 27 74 94 4A 16 0 2A C6 3A 25
Octal 47 164 224 112 26 0 52 306 72 45
Binary 100111 1110100 10010100 1001010 10110 0 101010 11000110 111010 100101

Color Harmonies of #277494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277494

Black with #277494

Text Example


Text Example

White with #277494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277494; }

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

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

background-color css

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

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

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

border-color css

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

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

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