Html Css Color HEX #28618B Endeavour

📋 copy color: '#28618B'

red 40 ◦ green 97 ◦ blue 139

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

Shades of Endeavour #28618B

Tints of Endeavour #28618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.14%

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

R = 14.49%
G = 35.14%
B = 50.36%

CMYK

 C value IS 0.71

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28618B (or 0x28618B) is known color: Endeavour. HEX triplet: 28, 61 and 8B. RGB value is (40,97,139). Sum of RGB (Red+Green+Blue) = 40+97+139=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #28618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28618B is #D79E74. Grayscale: #545454. Windows color (decimal): -14130805 or 9134376. OLE color: 9134376.

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

Color convert

RGB 40 97 139 -
CMYK 0.71 0.30 0 0.45
HSL 205.45º 0.55% 0.35% -
HSV(B) 205.45º 0.71% 0.55% -
XYZ 9.81 10.86 26.01 -
YUV 84.75 158.62 96.08 -
System Red Green Blue C M Y K H S L
Decimal 40 97 139 0.71 0.30 0 0.45 205.45 0.55 0.35
Hex 28 61 8B 47 1E 0 2D CD 37 23
Octal 50 141 213 107 36 0 55 315 67 43
Binary 101000 1100001 10001011 1000111 11110 0 101101 11001101 110111 100011

Color Harmonies of #28618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28618B

Black with #28618B

Text Example


Text Example

White with #28618B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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