Html Css Color HEX #287B8E Astral

📋 copy color: '#287B8E'

red 40 ◦ green 123 ◦ blue 142

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

Shades of Astral #287B8E

Tints of Astral #287B8E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.33%

 BLUE value IS 142 (55.86% from 255) = 46.56%

R = 13.11%
G = 40.33%
B = 46.56%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#287B8E (or 0x287B8E) is known color: Astral. HEX triplet: 28, 7B and 8E. RGB value is (40,123,142). Sum of RGB (Red+Green+Blue) = 40+123+142=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #287B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287B8E is #D78471. Grayscale: #646464. Windows color (decimal): -14124146 or 9337640. OLE color: 9337640.

HSL color Cylindrical-coordinate representation of color #287B8E: hue angle of 191.18º degrees, saturation: 0.56, 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 #287B8E is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 123 142 -
CMYK 0.72 0.13 0 0.44
HSL 191.18º 0.56% 0.36% -
HSV(B) 191.18º 0.72% 0.56% -
XYZ 12.84 16.57 28.11 -
YUV 100.35 151.5 84.96 -
System Red Green Blue C M Y K H S L
Decimal 40 123 142 0.72 0.13 0 0.44 191.18 0.56 0.36
Hex 28 7B 8E 48 D 0 2C BF 38 24
Octal 50 173 216 110 15 0 54 277 70 44
Binary 101000 1111011 10001110 1001000 1101 0 101100 10111111 111000 100100

Color Harmonies of #287B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287B8E

Black with #287B8E

Text Example


Text Example

White with #287B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287B8E; }

 p { color: rgb(40,123,142); }

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

background-color css

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

 a { background-color: rgb(40,123,142); }

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

border-color css

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

 span { border-color: rgb(40,123,142); }

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