Html Css Color HEX #287491 Astral

📋 copy color: '#287491'

red 40 ◦ green 116 ◦ blue 145

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

Shades of Astral #287491

Tints of Astral #287491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.17%

R = 13.29%
G = 38.54%
B = 48.17%

CMYK

 C value IS 0.72

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#287491 (or 0x287491) is known color: Astral. HEX triplet: 28, 74 and 91. RGB value is (40,116,145). Sum of RGB (Red+Green+Blue) = 40+116+145=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #287491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287491 is #D78B6E. Grayscale: #606060. Windows color (decimal): -14125935 or 9532456. OLE color: 9532456.

HSL color Cylindrical-coordinate representation of color #287491: hue angle of 196.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #287491 is Cyan = 0.72, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 116 145 -
CMYK 0.72 0.2 0 0.43
HSL 196.57º 0.57% 0.36% -
HSV(B) 196.57º 0.72% 0.57% -
XYZ 12.23 14.99 29.04 -
YUV 96.58 155.32 87.64 -
System Red Green Blue C M Y K H S L
Decimal 40 116 145 0.72 0.2 0 0.43 196.57 0.57 0.36
Hex 28 74 91 48 14 0 2B C5 39 24
Octal 50 164 221 110 24 0 53 305 71 44
Binary 101000 1110100 10010001 1001000 10100 0 101011 11000101 111001 100100

Color Harmonies of #287491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287491

Black with #287491

Text Example


Text Example

White with #287491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287491; }

 p { color: rgb(40,116,145); }

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

background-color css

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

 a { background-color: rgb(40,116,145); }

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

border-color css

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

 span { border-color: rgb(40,116,145); }

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