Html Css Color HEX #28648B Endeavour

📋 copy color: '#28648B'

red 40 ◦ green 100 ◦ blue 139

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

Shades of Endeavour #28648B

Tints of Endeavour #28648B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.84%

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

R = 14.34%
G = 35.84%
B = 49.82%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28648B (or 0x28648B) is known color: Endeavour. HEX triplet: 28, 64 and 8B. RGB value is (40,100,139). Sum of RGB (Red+Green+Blue) = 40+100+139=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #28648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28648B is #D79B74. Grayscale: #565656. Windows color (decimal): -14130037 or 9135144. OLE color: 9135144.

HSL color Cylindrical-coordinate representation of color #28648B: hue angle of 203.64º 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 #28648B is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 100 139 -
CMYK 0.71 0.28 0 0.45
HSL 203.64º 0.55% 0.35% -
HSV(B) 203.64º 0.71% 0.55% -
XYZ 10.09 11.43 26.1 -
YUV 86.51 157.62 94.83 -
System Red Green Blue C M Y K H S L
Decimal 40 100 139 0.71 0.28 0 0.45 203.64 0.55 0.35
Hex 28 64 8B 47 1C 0 2D CC 37 23
Octal 50 144 213 107 34 0 55 314 67 43
Binary 101000 1100100 10001011 1000111 11100 0 101101 11001100 110111 100011

Color Harmonies of #28648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28648B

Black with #28648B

Text Example


Text Example

White with #28648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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