Html Css Color HEX #287190 Astral

📋 copy color: '#287190'

red 40 ◦ green 113 ◦ blue 144

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

Shades of Astral #287190

Tints of Astral #287190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.05%

 BLUE value IS 144 (56.64% from 255) = 48.48%

R = 13.47%
G = 38.05%
B = 48.48%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#287190 (or 0x287190) is known color: Astral. HEX triplet: 28, 71 and 90. RGB value is (40,113,144). Sum of RGB (Red+Green+Blue) = 40+113+144=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #287190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287190 is #D78E6F. Grayscale: #5E5E5E. Windows color (decimal): -14126704 or 9466152. OLE color: 9466152.

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

Color convert

RGB 40 113 144 -
CMYK 0.72 0.22 0 0.44
HSL 197.88º 0.57% 0.36% -
HSV(B) 197.88º 0.72% 0.56% -
XYZ 11.81 14.27 28.52 -
YUV 94.71 155.82 88.98 -
System Red Green Blue C M Y K H S L
Decimal 40 113 144 0.72 0.22 0 0.44 197.88 0.57 0.36
Hex 28 71 90 48 16 0 2C C6 39 24
Octal 50 161 220 110 26 0 54 306 71 44
Binary 101000 1110001 10010000 1001000 10110 0 101100 11000110 111001 100100

Color Harmonies of #287190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287190

Black with #287190

Text Example


Text Example

White with #287190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287190; }

 p { color: rgb(40,113,144); }

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

background-color css

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

 a { background-color: rgb(40,113,144); }

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

border-color css

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

 span { border-color: rgb(40,113,144); }

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