Html Css Color HEX #287B93 Astral

📋 copy color: '#287B93'

red 40 ◦ green 123 ◦ blue 147

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

Shades of Astral #287B93

Tints of Astral #287B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.42%

R = 12.9%
G = 39.68%
B = 47.42%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#287B93 (or 0x287B93) is known color: Astral. HEX triplet: 28, 7B and 93. RGB value is (40,123,147). Sum of RGB (Red+Green+Blue) = 40+123+147=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #287B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287B93 is #D7846C. Grayscale: #646464. Windows color (decimal): -14124141 or 9665320. OLE color: 9665320.

HSL color Cylindrical-coordinate representation of color #287B93: hue angle of 193.46º degrees, saturation: 0.57, 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 #287B93 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 123 147 -
CMYK 0.73 0.16 0 0.42
HSL 193.46º 0.57% 0.37% -
HSV(B) 193.46º 0.73% 0.58% -
XYZ 13.22 16.72 30.13 -
YUV 100.92 154 84.55 -
System Red Green Blue C M Y K H S L
Decimal 40 123 147 0.73 0.16 0 0.42 193.46 0.57 0.37
Hex 28 7B 93 49 10 0 2A C1 39 25
Octal 50 173 223 111 20 0 52 301 71 45
Binary 101000 1111011 10010011 1001001 10000 0 101010 11000001 111001 100101

Color Harmonies of #287B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287B93

Black with #287B93

Text Example


Text Example

White with #287B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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