Html Css Color HEX #286297 Endeavour

📋 copy color: '#286297'

red 40 ◦ green 98 ◦ blue 151

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

Shades of Endeavour #286297

Tints of Endeavour #286297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.25%

R = 13.84%
G = 33.91%
B = 52.25%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#286297 (or 0x286297) is known color: Endeavour. HEX triplet: 28, 62 and 97. RGB value is (40,98,151). Sum of RGB (Red+Green+Blue) = 40+98+151=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #286297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286297 is #D79D68. Grayscale: #565656. Windows color (decimal): -14130537 or 9921064. OLE color: 9921064.

HSL color Cylindrical-coordinate representation of color #286297: hue angle of 208.65º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #286297 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 98 151 -
CMYK 0.74 0.35 0 0.41
HSL 208.65º 0.58% 0.37% -
HSV(B) 208.65º 0.74% 0.59% -
XYZ 10.83 11.42 30.91 -
YUV 86.7 164.28 94.69 -
System Red Green Blue C M Y K H S L
Decimal 40 98 151 0.74 0.35 0 0.41 208.65 0.58 0.37
Hex 28 62 97 4A 23 0 29 D1 3A 25
Octal 50 142 227 112 43 0 51 321 72 45
Binary 101000 1100010 10010111 1001010 100011 0 101001 11010001 111010 100101

Color Harmonies of #286297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286297

Black with #286297

Text Example


Text Example

White with #286297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286297; }

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

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

background-color css

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

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

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

border-color css

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

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

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