Html Css Color HEX #28568C Endeavour

📋 copy color: '#28568C'

red 40 ◦ green 86 ◦ blue 140

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

Shades of Endeavour #28568C

Tints of Endeavour #28568C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.63%

R = 15.04%
G = 32.33%
B = 52.63%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28568C (or 0x28568C) is known color: Endeavour. HEX triplet: 28, 56 and 8C. RGB value is (40,86,140). Sum of RGB (Red+Green+Blue) = 40+86+140=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #28568C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28568C is #D7A973. Grayscale: #4E4E4E. Windows color (decimal): -14133620 or 9197096. OLE color: 9197096.

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

Color convert

RGB 40 86 140 -
CMYK 0.71 0.39 0 0.45
HSL 212.4º 0.56% 0.35% -
HSV(B) 212.4º 0.71% 0.55% -
XYZ 8.94 9 26.08 -
YUV 78.4 162.76 100.61 -
System Red Green Blue C M Y K H S L
Decimal 40 86 140 0.71 0.39 0 0.45 212.4 0.56 0.35
Hex 28 56 8C 47 27 0 2D D4 38 23
Octal 50 126 214 107 47 0 55 324 70 43
Binary 101000 1010110 10001100 1000111 100111 0 101101 11010100 111000 100011

Color Harmonies of #28568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28568C

Black with #28568C

Text Example


Text Example

White with #28568C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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