Html Css Color HEX #277996 Astral

📋 copy color: '#277996'

red 39 ◦ green 121 ◦ blue 150

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

Shades of Astral #277996

Tints of Astral #277996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.39%

R = 12.58%
G = 39.03%
B = 48.39%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#277996 (or 0x277996) is known color: Astral. HEX triplet: 27, 79 and 96. RGB value is (39,121,150). Sum of RGB (Red+Green+Blue) = 39+121+150=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #277996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277996 is #D88669. Grayscale: #636363. Windows color (decimal): -14190186 or 9861415. OLE color: 9861415.

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

Color convert

RGB 39 121 150 -
CMYK 0.74 0.19 0 0.41
HSL 195.68º 0.59% 0.37% -
HSV(B) 195.68º 0.74% 0.59% -
XYZ 13.18 16.31 31.31 -
YUV 99.79 156.33 84.64 -
System Red Green Blue C M Y K H S L
Decimal 39 121 150 0.74 0.19 0 0.41 195.68 0.59 0.37
Hex 27 79 96 4A 13 0 29 C4 3B 25
Octal 47 171 226 112 23 0 51 304 73 45
Binary 100111 1111001 10010110 1001010 10011 0 101001 11000100 111011 100101

Color Harmonies of #277996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277996

Black with #277996

Text Example


Text Example

White with #277996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277996; }

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

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

background-color css

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

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

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

border-color css

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

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

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