Html Css Color HEX #286790 Endeavour

📋 copy color: '#286790'

red 40 ◦ green 103 ◦ blue 144

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

Shades of Endeavour #286790

Tints of Endeavour #286790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.89%

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

R = 13.94%
G = 35.89%
B = 50.17%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#286790 (or 0x286790) is known color: Endeavour. HEX triplet: 28, 67 and 90. RGB value is (40,103,144). Sum of RGB (Red+Green+Blue) = 40+103+144=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #286790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286790 is #D7986F. Grayscale: #585858. Windows color (decimal): -14129264 or 9463592. OLE color: 9463592.

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

Color convert

RGB 40 103 144 -
CMYK 0.72 0.28 0 0.44
HSL 203.65º 0.57% 0.36% -
HSV(B) 203.65º 0.72% 0.56% -
XYZ 10.76 12.17 28.17 -
YUV 88.84 159.13 93.17 -
System Red Green Blue C M Y K H S L
Decimal 40 103 144 0.72 0.28 0 0.44 203.65 0.57 0.36
Hex 28 67 90 48 1C 0 2C CC 39 24
Octal 50 147 220 110 34 0 54 314 71 44
Binary 101000 1100111 10010000 1001000 11100 0 101100 11001100 111001 100100

Color Harmonies of #286790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286790

Black with #286790

Text Example


Text Example

White with #286790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286790; }

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

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

background-color css

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

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

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

border-color css

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

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

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