Html Css Color HEX #28608F Endeavour

📋 copy color: '#28608F'

red 40 ◦ green 96 ◦ blue 143

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

Shades of Endeavour #28608F

Tints of Endeavour #28608F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.41%

 BLUE value IS 143 (56.25% from 255) = 51.25%

R = 14.34%
G = 34.41%
B = 51.25%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28608F (or 0x28608F) is known color: Endeavour. HEX triplet: 28, 60 and 8F. RGB value is (40,96,143). Sum of RGB (Red+Green+Blue) = 40+96+143=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #28608F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28608F is #D79F70. Grayscale: #545454. Windows color (decimal): -14131057 or 9396264. OLE color: 9396264.

HSL color Cylindrical-coordinate representation of color #28608F: hue angle of 207.38º 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 #28608F is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 96 143 -
CMYK 0.72 0.33 0 0.44
HSL 207.38º 0.56% 0.36% -
HSV(B) 207.38º 0.72% 0.56% -
XYZ 10.02 10.8 27.54 -
YUV 84.61 160.95 96.18 -
System Red Green Blue C M Y K H S L
Decimal 40 96 143 0.72 0.33 0 0.44 207.38 0.56 0.36
Hex 28 60 8F 48 21 0 2C CF 38 24
Octal 50 140 217 110 41 0 54 317 70 44
Binary 101000 1100000 10001111 1001000 100001 0 101100 11001111 111000 100100

Color Harmonies of #28608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28608F

Black with #28608F

Text Example


Text Example

White with #28608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28608F; }

 p { color: rgb(40,96,143); }

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

background-color css

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

 a { background-color: rgb(40,96,143); }

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

border-color css

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

 span { border-color: rgb(40,96,143); }

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