Html Css Color HEX #28658D Endeavour

📋 copy color: '#28658D'

red 40 ◦ green 101 ◦ blue 141

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

Shades of Endeavour #28658D

Tints of Endeavour #28658D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50%

R = 14.18%
G = 35.82%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28658D (or 0x28658D) is known color: Endeavour. HEX triplet: 28, 65 and 8D. RGB value is (40,101,141). Sum of RGB (Red+Green+Blue) = 40+101+141=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #28658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28658D is #D79A72. Grayscale: #575757. Windows color (decimal): -14129779 or 9266472. OLE color: 9266472.

HSL color Cylindrical-coordinate representation of color #28658D: hue angle of 203.76º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28658D is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 101 141 -
CMYK 0.72 0.28 0 0.45
HSL 203.76º 0.56% 0.35% -
HSV(B) 203.76º 0.72% 0.55% -
XYZ 10.34 11.68 26.91 -
YUV 87.32 158.29 94.25 -
System Red Green Blue C M Y K H S L
Decimal 40 101 141 0.72 0.28 0 0.45 203.76 0.56 0.35
Hex 28 65 8D 48 1C 0 2D CC 38 23
Octal 50 145 215 110 34 0 55 314 70 43
Binary 101000 1100101 10001101 1001000 11100 0 101101 11001100 111000 100011

Color Harmonies of #28658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28658D

Black with #28658D

Text Example


Text Example

White with #28658D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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