Html Css Color HEX #286289 Endeavour

📋 copy color: '#286289'

red 40 ◦ green 98 ◦ blue 137

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

Shades of Endeavour #286289

Tints of Endeavour #286289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.64%

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

R = 14.55%
G = 35.64%
B = 49.82%

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

#286289 (or 0x286289) is known color: Endeavour. HEX triplet: 28, 62 and 89. RGB value is (40,98,137). Sum of RGB (Red+Green+Blue) = 40+98+137=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #286289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286289 is #D79D76. Grayscale: #545454. Windows color (decimal): -14130551 or 9003560. OLE color: 9003560.

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

Color convert

RGB 40 98 137 -
CMYK 0.71 0.28 0 0.46
HSL 204.12º 0.55% 0.35% -
HSV(B) 204.12º 0.71% 0.54% -
XYZ 9.76 10.99 25.27 -
YUV 85.1 157.28 95.83 -
System Red Green Blue C M Y K H S L
Decimal 40 98 137 0.71 0.28 0 0.46 204.12 0.55 0.35
Hex 28 62 89 47 1C 0 2E CC 37 23
Octal 50 142 211 107 34 0 56 314 67 43
Binary 101000 1100010 10001001 1000111 11100 0 101110 11001100 110111 100011

Color Harmonies of #286289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286289

Black with #286289

Text Example


Text Example

White with #286289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286289; }

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

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

background-color css

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

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

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

border-color css

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

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

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