Html Css Color HEX #28608D Endeavour

📋 copy color: '#28608D'

red 40 ◦ green 96 ◦ blue 141

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

Shades of Endeavour #28608D

Tints of Endeavour #28608D

RGB

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

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

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

R = 14.44%
G = 34.66%
B = 50.9%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28608D (or 0x28608D) is known color: Endeavour. HEX triplet: 28, 60 and 8D. RGB value is (40,96,141). Sum of RGB (Red+Green+Blue) = 40+96+141=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #28608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28608D is #D79F72. Grayscale: #545454. Windows color (decimal): -14131059 or 9265192. OLE color: 9265192.

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

Color convert

RGB 40 96 141 -
CMYK 0.72 0.32 0 0.45
HSL 206.73º 0.56% 0.35% -
HSV(B) 206.73º 0.72% 0.55% -
XYZ 9.87 10.74 26.75 -
YUV 84.39 159.95 96.34 -
System Red Green Blue C M Y K H S L
Decimal 40 96 141 0.72 0.32 0 0.45 206.73 0.56 0.35
Hex 28 60 8D 48 20 0 2D CF 38 23
Octal 50 140 215 110 40 0 55 317 70 43
Binary 101000 1100000 10001101 1001000 100000 0 101101 11001111 111000 100011

Color Harmonies of #28608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28608D

Black with #28608D

Text Example


Text Example

White with #28608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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