Html Css Color HEX #287693 Astral

📋 copy color: '#287693'

red 40 ◦ green 118 ◦ blue 147

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

Shades of Astral #287693

Tints of Astral #287693

RGB

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

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

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

R = 13.11%
G = 38.69%
B = 48.2%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#287693 (or 0x287693) is known color: Astral. HEX triplet: 28, 76 and 93. RGB value is (40,118,147). Sum of RGB (Red+Green+Blue) = 40+118+147=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #287693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287693 is #D7896C. Grayscale: #616161. Windows color (decimal): -14125421 or 9664040. OLE color: 9664040.

HSL color Cylindrical-coordinate representation of color #287693: hue angle of 196.26º 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 #287693 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 118 147 -
CMYK 0.73 0.20 0 0.42
HSL 196.26º 0.57% 0.37% -
HSV(B) 196.26º 0.73% 0.58% -
XYZ 12.62 15.51 29.93 -
YUV 97.98 155.66 86.64 -
System Red Green Blue C M Y K H S L
Decimal 40 118 147 0.73 0.20 0 0.42 196.26 0.57 0.37
Hex 28 76 93 49 14 0 2A C4 39 25
Octal 50 166 223 111 24 0 52 304 71 45
Binary 101000 1110110 10010011 1001001 10100 0 101010 11000100 111001 100101

Color Harmonies of #287693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287693

Black with #287693

Text Example


Text Example

White with #287693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287693; }

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

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

background-color css

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

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

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

border-color css

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

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

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