Html Css Color HEX #286198 Endeavour

📋 copy color: '#286198'

red 40 ◦ green 97 ◦ blue 152

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

Shades of Endeavour #286198

Tints of Endeavour #286198

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.56%

 BLUE value IS 152 (59.77% from 255) = 52.6%

R = 13.84%
G = 33.56%
B = 52.6%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#286198 (or 0x286198) is known color: Endeavour. HEX triplet: 28, 61 and 98. RGB value is (40,97,152). Sum of RGB (Red+Green+Blue) = 40+97+152=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #286198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286198 is #D79E67. Grayscale: #555555. Windows color (decimal): -14130792 or 9986344. OLE color: 9986344.

HSL color Cylindrical-coordinate representation of color #286198: hue angle of 209.46º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #286198 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 97 152 -
CMYK 0.74 0.36 0 0.40
HSL 209.46º 0.58% 0.38% -
HSV(B) 209.46º 0.74% 0.6% -
XYZ 10.82 11.27 31.31 -
YUV 86.23 165.12 95.03 -
System Red Green Blue C M Y K H S L
Decimal 40 97 152 0.74 0.36 0 0.40 209.46 0.58 0.38
Hex 28 61 98 4A 24 0 28 D1 3A 26
Octal 50 141 230 112 44 0 50 321 72 46
Binary 101000 1100001 10011000 1001010 100100 0 101000 11010001 111010 100110

Color Harmonies of #286198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286198

Black with #286198

Text Example


Text Example

White with #286198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286198; }

 p { color: rgb(40,97,152); }

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

background-color css

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

 a { background-color: rgb(40,97,152); }

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

border-color css

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

 span { border-color: rgb(40,97,152); }

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