Html Css Color HEX #287691 Astral

📋 copy color: '#287691'

red 40 ◦ green 118 ◦ blue 145

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

Shades of Astral #287691

Tints of Astral #287691

RGB

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

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

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

R = 13.2%
G = 38.94%
B = 47.85%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#287691 (or 0x287691) is known color: Astral. HEX triplet: 28, 76 and 91. RGB value is (40,118,145). Sum of RGB (Red+Green+Blue) = 40+118+145=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #287691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287691 is #D7896E. Grayscale: #616161. Windows color (decimal): -14125423 or 9532968. OLE color: 9532968.

HSL color Cylindrical-coordinate representation of color #287691: hue angle of 195.43º 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 #287691 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 118 145 -
CMYK 0.72 0.19 0 0.43
HSL 195.43º 0.57% 0.36% -
HSV(B) 195.43º 0.72% 0.57% -
XYZ 12.46 15.45 29.11 -
YUV 97.76 154.66 86.8 -
System Red Green Blue C M Y K H S L
Decimal 40 118 145 0.72 0.19 0 0.43 195.43 0.57 0.36
Hex 28 76 91 48 13 0 2B C3 39 24
Octal 50 166 221 110 23 0 53 303 71 44
Binary 101000 1110110 10010001 1001000 10011 0 101011 11000011 111001 100100

Color Harmonies of #287691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287691

Black with #287691

Text Example


Text Example

White with #287691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287691; }

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

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

background-color css

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

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

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

border-color css

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

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

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