Html Css Color HEX #286189 Endeavour

📋 copy color: '#286189'

red 40 ◦ green 97 ◦ blue 137

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

Shades of Endeavour #286189

Tints of Endeavour #286189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.4%

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

R = 14.6%
G = 35.4%
B = 50%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#286189 (or 0x286189) is known color: Endeavour. HEX triplet: 28, 61 and 89. RGB value is (40,97,137). Sum of RGB (Red+Green+Blue) = 40+97+137=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #286189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286189 is #D79E76. Grayscale: #545454. Windows color (decimal): -14130807 or 9003304. OLE color: 9003304.

HSL color Cylindrical-coordinate representation of color #286189: hue angle of 204.74º 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 #286189 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 97 137 -
CMYK 0.71 0.29 0 0.46
HSL 204.74º 0.55% 0.35% -
HSV(B) 204.74º 0.71% 0.54% -
XYZ 9.67 10.81 25.24 -
YUV 84.52 157.62 96.25 -
System Red Green Blue C M Y K H S L
Decimal 40 97 137 0.71 0.29 0 0.46 204.74 0.55 0.35
Hex 28 61 89 47 1D 0 2E CD 37 23
Octal 50 141 211 107 35 0 56 315 67 43
Binary 101000 1100001 10001001 1000111 11101 0 101110 11001101 110111 100011

Color Harmonies of #286189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286189

Black with #286189

Text Example


Text Example

White with #286189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286189; }

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

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

background-color css

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

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

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

border-color css

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

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

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