Html Css Color HEX #286292 Endeavour

📋 copy color: '#286292'

red 40 ◦ green 98 ◦ blue 146

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

Shades of Endeavour #286292

Tints of Endeavour #286292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.41%

R = 14.08%
G = 34.51%
B = 51.41%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#286292 (or 0x286292) is known color: Endeavour. HEX triplet: 28, 62 and 92. RGB value is (40,98,146). Sum of RGB (Red+Green+Blue) = 40+98+146=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #286292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286292 is #D79D6D. Grayscale: #555555. Windows color (decimal): -14130542 or 9593384. OLE color: 9593384.

HSL color Cylindrical-coordinate representation of color #286292: hue angle of 207.17º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #286292 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 98 146 -
CMYK 0.73 0.33 0 0.43
HSL 207.17º 0.57% 0.36% -
HSV(B) 207.17º 0.73% 0.57% -
XYZ 10.43 11.26 28.82 -
YUV 86.13 161.78 95.1 -
System Red Green Blue C M Y K H S L
Decimal 40 98 146 0.73 0.33 0 0.43 207.17 0.57 0.36
Hex 28 62 92 49 21 0 2B CF 39 24
Octal 50 142 222 111 41 0 53 317 71 44
Binary 101000 1100010 10010010 1001001 100001 0 101011 11001111 111001 100100

Color Harmonies of #286292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286292

Black with #286292

Text Example


Text Example

White with #286292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286292; }

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

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

background-color css

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

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

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

border-color css

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

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

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