Html Css Color HEX #287795 Astral

📋 copy color: '#287795'

red 40 ◦ green 119 ◦ blue 149

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

Shades of Astral #287795

Tints of Astral #287795

RGB

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

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

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

R = 12.99%
G = 38.64%
B = 48.38%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#287795 (or 0x287795) is known color: Astral. HEX triplet: 28, 77 and 95. RGB value is (40,119,149). Sum of RGB (Red+Green+Blue) = 40+119+149=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #287795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287795 is #D7886A. Grayscale: #626262. Windows color (decimal): -14125163 or 9795368. OLE color: 9795368.

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

Color convert

RGB 40 119 149 -
CMYK 0.73 0.20 0 0.42
HSL 196.51º 0.58% 0.37% -
HSV(B) 196.51º 0.73% 0.58% -
XYZ 12.9 15.81 30.81 -
YUV 98.8 156.33 86.06 -
System Red Green Blue C M Y K H S L
Decimal 40 119 149 0.73 0.20 0 0.42 196.51 0.58 0.37
Hex 28 77 95 49 14 0 2A C5 3A 25
Octal 50 167 225 111 24 0 52 305 72 45
Binary 101000 1110111 10010101 1001001 10100 0 101010 11000101 111010 100101

Color Harmonies of #287795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287795

Black with #287795

Text Example


Text Example

White with #287795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287795; }

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

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

background-color css

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

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

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

border-color css

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

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

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