Html Css Color HEX #286590 Endeavour

📋 copy color: '#286590'

red 40 ◦ green 101 ◦ blue 144

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

Shades of Endeavour #286590

Tints of Endeavour #286590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 50.53%

R = 14.04%
G = 35.44%
B = 50.53%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#286590 (or 0x286590) is known color: Endeavour. HEX triplet: 28, 65 and 90. RGB value is (40,101,144). Sum of RGB (Red+Green+Blue) = 40+101+144=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #286590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286590 is #D79A6F. Grayscale: #575757. Windows color (decimal): -14129776 or 9463080. OLE color: 9463080.

HSL color Cylindrical-coordinate representation of color #286590: hue angle of 204.81º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #286590 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 101 144 -
CMYK 0.72 0.30 0 0.44
HSL 204.81º 0.57% 0.36% -
HSV(B) 204.81º 0.72% 0.56% -
XYZ 10.56 11.77 28.1 -
YUV 87.66 159.79 94 -
System Red Green Blue C M Y K H S L
Decimal 40 101 144 0.72 0.30 0 0.44 204.81 0.57 0.36
Hex 28 65 90 48 1E 0 2C CD 39 24
Octal 50 145 220 110 36 0 54 315 71 44
Binary 101000 1100101 10010000 1001000 11110 0 101100 11001101 111001 100100

Color Harmonies of #286590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286590

Black with #286590

Text Example


Text Example

White with #286590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286590; }

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

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

background-color css

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

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

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

border-color css

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

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

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