Html Css Color HEX #28658E Endeavour

📋 copy color: '#28658E'

red 40 ◦ green 101 ◦ blue 142

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

Shades of Endeavour #28658E

Tints of Endeavour #28658E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 50.18%

R = 14.13%
G = 35.69%
B = 50.18%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28658E (or 0x28658E) is known color: Endeavour. HEX triplet: 28, 65 and 8E. RGB value is (40,101,142). Sum of RGB (Red+Green+Blue) = 40+101+142=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #28658E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28658E is #D79A71. Grayscale: #575757. Windows color (decimal): -14129778 or 9332008. OLE color: 9332008.

HSL color Cylindrical-coordinate representation of color #28658E: hue angle of 204.12º degrees, saturation: 0.56, 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 #28658E is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 101 142 -
CMYK 0.72 0.29 0 0.44
HSL 204.12º 0.56% 0.36% -
HSV(B) 204.12º 0.72% 0.56% -
XYZ 10.41 11.71 27.3 -
YUV 87.44 158.79 94.17 -
System Red Green Blue C M Y K H S L
Decimal 40 101 142 0.72 0.29 0 0.44 204.12 0.56 0.36
Hex 28 65 8E 48 1D 0 2C CC 38 24
Octal 50 145 216 110 35 0 54 314 70 44
Binary 101000 1100101 10001110 1001000 11101 0 101100 11001100 111000 100100

Color Harmonies of #28658E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28658E

Black with #28658E

Text Example


Text Example

White with #28658E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28658E; }

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

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

background-color css

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

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

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

border-color css

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

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

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