Html Css Color HEX #286188 Endeavour

📋 copy color: '#286188'

red 40 ◦ green 97 ◦ blue 136

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

Shades of Endeavour #286188

Tints of Endeavour #286188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.82%

R = 14.65%
G = 35.53%
B = 49.82%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#286188 (or 0x286188) is known color: Endeavour. HEX triplet: 28, 61 and 88. RGB value is (40,97,136). Sum of RGB (Red+Green+Blue) = 40+97+136=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #286188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286188 is #D79E77. Grayscale: #545454. Windows color (decimal): -14130808 or 8937768. OLE color: 8937768.

HSL color Cylindrical-coordinate representation of color #286188: hue angle of 204.38º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #286188 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 97 136 -
CMYK 0.71 0.29 0 0.47
HSL 204.38º 0.55% 0.35% -
HSV(B) 204.38º 0.71% 0.53% -
XYZ 9.59 10.78 24.87 -
YUV 84.4 157.12 96.33 -
System Red Green Blue C M Y K H S L
Decimal 40 97 136 0.71 0.29 0 0.47 204.38 0.55 0.35
Hex 28 61 88 47 1D 0 2F CC 37 23
Octal 50 141 210 107 35 0 57 314 67 43
Binary 101000 1100001 10001000 1000111 11101 0 101111 11001100 110111 100011

Color Harmonies of #286188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286188

Black with #286188

Text Example


Text Example

White with #286188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286188; }

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

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

background-color css

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

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

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

border-color css

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

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

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