Html Css Color HEX #28628B Endeavour

📋 copy color: '#28628B'

red 40 ◦ green 98 ◦ blue 139

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

Shades of Endeavour #28628B

Tints of Endeavour #28628B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.18%

R = 14.44%
G = 35.38%
B = 50.18%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28628B (or 0x28628B) is known color: Endeavour. HEX triplet: 28, 62 and 8B. RGB value is (40,98,139). Sum of RGB (Red+Green+Blue) = 40+98+139=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #28628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28628B is #D79D74. Grayscale: #555555. Windows color (decimal): -14130549 or 9134632. OLE color: 9134632.

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

Color convert

RGB 40 98 139 -
CMYK 0.71 0.29 0 0.45
HSL 204.85º 0.55% 0.35% -
HSV(B) 204.85º 0.71% 0.55% -
XYZ 9.9 11.05 26.04 -
YUV 85.33 158.28 95.67 -
System Red Green Blue C M Y K H S L
Decimal 40 98 139 0.71 0.29 0 0.45 204.85 0.55 0.35
Hex 28 62 8B 47 1D 0 2D CD 37 23
Octal 50 142 213 107 35 0 55 315 67 43
Binary 101000 1100010 10001011 1000111 11101 0 101101 11001101 110111 100011

Color Harmonies of #28628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28628B

Black with #28628B

Text Example


Text Example

White with #28628B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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