Html Css Color HEX #28568B Endeavour

📋 copy color: '#28568B'

red 40 ◦ green 86 ◦ blue 139

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

Shades of Endeavour #28568B

Tints of Endeavour #28568B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.45%

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

R = 15.09%
G = 32.45%
B = 52.45%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28568B (or 0x28568B) is known color: Endeavour. HEX triplet: 28, 56 and 8B. RGB value is (40,86,139). Sum of RGB (Red+Green+Blue) = 40+86+139=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #28568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28568B is #D7A974. Grayscale: #4E4E4E. Windows color (decimal): -14133621 or 9131560. OLE color: 9131560.

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

Color convert

RGB 40 86 139 -
CMYK 0.71 0.38 0 0.45
HSL 212.12º 0.55% 0.35% -
HSV(B) 212.12º 0.71% 0.55% -
XYZ 8.86 8.97 25.69 -
YUV 78.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 40 86 139 0.71 0.38 0 0.45 212.12 0.55 0.35
Hex 28 56 8B 47 26 0 2D D4 37 23
Octal 50 126 213 107 46 0 55 324 67 43
Binary 101000 1010110 10001011 1000111 100110 0 101101 11010100 110111 100011

Color Harmonies of #28568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28568B

Black with #28568B

Text Example


Text Example

White with #28568B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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