Html Css Color HEX #286594 Endeavour

📋 copy color: '#286594'

red 40 ◦ green 101 ◦ blue 148

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

Shades of Endeavour #286594

Tints of Endeavour #286594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.95%

 BLUE value IS 148 (58.2% from 255) = 51.21%

R = 13.84%
G = 34.95%
B = 51.21%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#286594 (or 0x286594) is known color: Endeavour. HEX triplet: 28, 65 and 94. RGB value is (40,101,148). Sum of RGB (Red+Green+Blue) = 40+101+148=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #286594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286594 is #D79A6B. Grayscale: #575757. Windows color (decimal): -14129772 or 9725224. OLE color: 9725224.

HSL color Cylindrical-coordinate representation of color #286594: hue angle of 206.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #286594 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 101 148 -
CMYK 0.73 0.32 0 0.42
HSL 206.11º 0.57% 0.37% -
HSV(B) 206.11º 0.73% 0.58% -
XYZ 10.87 11.9 29.74 -
YUV 88.12 161.79 93.68 -
System Red Green Blue C M Y K H S L
Decimal 40 101 148 0.73 0.32 0 0.42 206.11 0.57 0.37
Hex 28 65 94 49 20 0 2A CE 39 25
Octal 50 145 224 111 40 0 52 316 71 45
Binary 101000 1100101 10010100 1001001 100000 0 101010 11001110 111001 100101

Color Harmonies of #286594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286594

Black with #286594

Text Example


Text Example

White with #286594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286594; }

 p { color: rgb(40,101,148); }

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

background-color css

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

 a { background-color: rgb(40,101,148); }

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

border-color css

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

 span { border-color: rgb(40,101,148); }

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