Html Css Color HEX #286C90 Astral

📋 copy color: '#286C90'

red 40 ◦ green 108 ◦ blue 144

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

Shades of Astral #286C90

Tints of Astral #286C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.99%

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

R = 13.7%
G = 36.99%
B = 49.32%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#286C90 (or 0x286C90) is known color: Astral. HEX triplet: 28, 6C and 90. RGB value is (40,108,144). Sum of RGB (Red+Green+Blue) = 40+108+144=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #286C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286C90 is #D7936F. Grayscale: #5B5B5B. Windows color (decimal): -14127984 or 9464872. OLE color: 9464872.

HSL color Cylindrical-coordinate representation of color #286C90: hue angle of 200.77º 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 #286C90 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 108 144 -
CMYK 0.72 0.25 0 0.44
HSL 200.77º 0.57% 0.36% -
HSV(B) 200.77º 0.72% 0.56% -
XYZ 11.27 13.19 28.34 -
YUV 91.77 157.47 91.07 -
System Red Green Blue C M Y K H S L
Decimal 40 108 144 0.72 0.25 0 0.44 200.77 0.57 0.36
Hex 28 6C 90 48 19 0 2C C9 39 24
Octal 50 154 220 110 31 0 54 311 71 44
Binary 101000 1101100 10010000 1001000 11001 0 101100 11001001 111001 100100

Color Harmonies of #286C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286C90

Black with #286C90

Text Example


Text Example

White with #286C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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