Html Css Color HEX #287695 Astral

📋 copy color: '#287695'

red 40 ◦ green 118 ◦ blue 149

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

Shades of Astral #287695

Tints of Astral #287695

RGB

 RED value IS 40 (16.02% from 255) = 13.03%

 GREEN value IS 118 (46.48% from 255) = 38.44%

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

R = 13.03%
G = 38.44%
B = 48.53%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#287695 (or 0x287695) is known color: Astral. HEX triplet: 28, 76 and 95. RGB value is (40,118,149). Sum of RGB (Red+Green+Blue) = 40+118+149=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #287695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287695 is #D7896A. Grayscale: #626262. Windows color (decimal): -14125419 or 9795112. OLE color: 9795112.

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

Color convert

RGB 40 118 149 -
CMYK 0.73 0.21 0 0.42
HSL 197.06º 0.58% 0.37% -
HSV(B) 197.06º 0.73% 0.58% -
XYZ 12.78 15.58 30.77 -
YUV 98.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 40 118 149 0.73 0.21 0 0.42 197.06 0.58 0.37
Hex 28 76 95 49 15 0 2A C5 3A 25
Octal 50 166 225 111 25 0 52 305 72 45
Binary 101000 1110110 10010101 1001001 10101 0 101010 11000101 111010 100101

Color Harmonies of #287695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287695

Black with #287695

Text Example


Text Example

White with #287695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287695; }

 p { color: rgb(40,118,149); }

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

background-color css

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

 a { background-color: rgb(40,118,149); }

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

border-color css

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

 span { border-color: rgb(40,118,149); }

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