Html Css Color HEX #286389 Endeavour

📋 copy color: '#286389'

red 40 ◦ green 99 ◦ blue 137

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

Shades of Endeavour #286389

Tints of Endeavour #286389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.87%

 BLUE value IS 137 (53.91% from 255) = 49.64%

R = 14.49%
G = 35.87%
B = 49.64%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#286389 (or 0x286389) is known color: Endeavour. HEX triplet: 28, 63 and 89. RGB value is (40,99,137). Sum of RGB (Red+Green+Blue) = 40+99+137=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #286389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286389 is #D79C76. Grayscale: #555555. Windows color (decimal): -14130295 or 9003816. OLE color: 9003816.

HSL color Cylindrical-coordinate representation of color #286389: hue angle of 203.51º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #286389 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 99 137 -
CMYK 0.71 0.28 0 0.46
HSL 203.51º 0.55% 0.35% -
HSV(B) 203.51º 0.71% 0.54% -
XYZ 9.85 11.18 25.31 -
YUV 85.69 156.95 95.41 -
System Red Green Blue C M Y K H S L
Decimal 40 99 137 0.71 0.28 0 0.46 203.51 0.55 0.35
Hex 28 63 89 47 1C 0 2E CC 37 23
Octal 50 143 211 107 34 0 56 314 67 43
Binary 101000 1100011 10001001 1000111 11100 0 101110 11001100 110111 100011

Color Harmonies of #286389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286389

Black with #286389

Text Example


Text Example

White with #286389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286389; }

 p { color: rgb(40,99,137); }

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

background-color css

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

 a { background-color: rgb(40,99,137); }

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

border-color css

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

 span { border-color: rgb(40,99,137); }

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