Html Css Color HEX #28628D Endeavour

📋 copy color: '#28628D'

red 40 ◦ green 98 ◦ blue 141

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

Shades of Endeavour #28628D

Tints of Endeavour #28628D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.13%

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

R = 14.34%
G = 35.13%
B = 50.54%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28628D (or 0x28628D) is known color: Endeavour. HEX triplet: 28, 62 and 8D. RGB value is (40,98,141). Sum of RGB (Red+Green+Blue) = 40+98+141=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #28628D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28628D is #D79D72. Grayscale: #555555. Windows color (decimal): -14130547 or 9265704. OLE color: 9265704.

HSL color Cylindrical-coordinate representation of color #28628D: hue angle of 205.54º 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 #28628D is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 98 141 -
CMYK 0.72 0.30 0 0.45
HSL 205.54º 0.56% 0.35% -
HSV(B) 205.54º 0.72% 0.55% -
XYZ 10.05 11.11 26.81 -
YUV 85.56 159.28 95.5 -
System Red Green Blue C M Y K H S L
Decimal 40 98 141 0.72 0.30 0 0.45 205.54 0.56 0.35
Hex 28 62 8D 48 1E 0 2D CE 38 23
Octal 50 142 215 110 36 0 55 316 70 43
Binary 101000 1100010 10001101 1001000 11110 0 101101 11001110 111000 100011

Color Harmonies of #28628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28628D

Black with #28628D

Text Example


Text Example

White with #28628D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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